C
cuyeda
I have a subform that I need to display in continuous view. The subform has
three fields which update the table below:
Link ID - Number (foreign key - links this table to the table of the main
form)
Genus ID - Number
Finding - Text
Status - Text
When a user enters the unique "Genus ID" I would like the continuous subform
to display the "genus" and "species" associated with that ID. This
information is stored in two separate tables that look like this (simplified)
Table 1
Genus ID - Autonumber (Primary Key)
Genus Name - text
Species ID - number (foreign key linked to below)
Table 2
Species ID - Autonumber (Primary Key)
Species Name - Text
Any thoughts? I'm new to Access so maybe I've gone about designing this the
wrong way. I think I could do this if I use single form view, but I want
the user to be able and see all the information at once. Thank you all in
advance. I love these discussion groups!
three fields which update the table below:
Link ID - Number (foreign key - links this table to the table of the main
form)
Genus ID - Number
Finding - Text
Status - Text
When a user enters the unique "Genus ID" I would like the continuous subform
to display the "genus" and "species" associated with that ID. This
information is stored in two separate tables that look like this (simplified)
Table 1
Genus ID - Autonumber (Primary Key)
Genus Name - text
Species ID - number (foreign key linked to below)
Table 2
Species ID - Autonumber (Primary Key)
Species Name - Text
Any thoughts? I'm new to Access so maybe I've gone about designing this the
wrong way. I think I could do this if I use single form view, but I want
the user to be able and see all the information at once. Thank you all in
advance. I love these discussion groups!