Hello-
I'm puzzled. I'm trying to have a data entry form with a simple form and subform layout. The table that the main form is based on has one field, an autonumber field (call it animalid) (it serves as a cataloging table- assigning a unique id and is related to several tables) and its related to the table that the subform is based on in a one to many relationship with the animalid field as the foreign key- referential integrity established.
The problem: When I go to enter data, I tab through the animalid field (main form) to enter data into the subform expecting that as soon as I enter data in the subform and create a related record in the subform table a record will be created in the main form table. This is not happening. My question is why and how do I fix it? There are no other fields that would go into the mainform table.
I feel like I've done a poor job explaining this but hopefully you get the drift.
I'm puzzled. I'm trying to have a data entry form with a simple form and subform layout. The table that the main form is based on has one field, an autonumber field (call it animalid) (it serves as a cataloging table- assigning a unique id and is related to several tables) and its related to the table that the subform is based on in a one to many relationship with the animalid field as the foreign key- referential integrity established.
The problem: When I go to enter data, I tab through the animalid field (main form) to enter data into the subform expecting that as soon as I enter data in the subform and create a related record in the subform table a record will be created in the main form table. This is not happening. My question is why and how do I fix it? There are no other fields that would go into the mainform table.
I feel like I've done a poor job explaining this but hopefully you get the drift.