Hi,
I have a two tables, Breeding and Mouse. The Breeding table contains
information of the parent mice. The Mouse table contains information of
the pups. Each table contains a field called DateOfBirth (of the pups).
The relationship between the two tables is a one-to-many. They are
linked via the LitterNumber field.
In the Mouse form, when the user selects the LitterNumber that matches
the LitterNumber in the Breeding table, I want to be able to get the
DateOfBirth value of the Breeding table and display it in the Mouse
form automatically. Is there a way to do this?
Thanks.
Tony
I have a two tables, Breeding and Mouse. The Breeding table contains
information of the parent mice. The Mouse table contains information of
the pups. Each table contains a field called DateOfBirth (of the pups).
The relationship between the two tables is a one-to-many. They are
linked via the LitterNumber field.
In the Mouse form, when the user selects the LitterNumber that matches
the LitterNumber in the Breeding table, I want to be able to get the
DateOfBirth value of the Breeding table and display it in the Mouse
form automatically. Is there a way to do this?
Thanks.
Tony
Comment