Chocolatte
chocolatte
- Local time
- Today, 15:34
- Joined
- Jun 15, 2004
- Messages
- 6
I haven't been able to find a posting that lists the problem I'm having, so I'm hoping someone has some suggestions to offer.
Background:
I have a subform AddObs (child) that is linked to the main form AddNest(parent) by the NestTreeID field. I have it so that when someone fills in information for a nest tree on the main form, they can click on the toggle button (I got the toggle button using the form wizard) and enter observation information on the subform. When the subform opens, the NestTreeID from the main form is automatically entered in the NestTreeID field on the subform.
Problem:
My problem occurs when someone enters information in the main form, but decides not to enter information in the subform. When they close out of the form and/or database and then try to go back to the form to navigate through all of the nest records on the main form, the record(s) they just added does not show up on the form. However, the nest information is added to the nest information table. There is no problem if the user adds information on the main form AND subform.
Is there a way to update the form to reflect the new records or do I need to force the user to enter info on the subform using a message box?
Thanks!
Background:
I have a subform AddObs (child) that is linked to the main form AddNest(parent) by the NestTreeID field. I have it so that when someone fills in information for a nest tree on the main form, they can click on the toggle button (I got the toggle button using the form wizard) and enter observation information on the subform. When the subform opens, the NestTreeID from the main form is automatically entered in the NestTreeID field on the subform.

My problem occurs when someone enters information in the main form, but decides not to enter information in the subform. When they close out of the form and/or database and then try to go back to the form to navigate through all of the nest records on the main form, the record(s) they just added does not show up on the form. However, the nest information is added to the nest information table. There is no problem if the user adds information on the main form AND subform.
Is there a way to update the form to reflect the new records or do I need to force the user to enter info on the subform using a message box?
Thanks!