johnwayneoftheseas
Registered User.
- Local time
- Today, 14:39
- Joined
- Aug 8, 2008
- Messages
- 14
Hello! I've been working on creating a new database and really want to create a simple, tab-through data entry page for entering applicants for each of our programs. I'm having some trouble, however. I currently have it set up in the following way:
frmIndividuals comprises the main form. tblIndividuals is the related table, and it generates a new IndividualID for each new individual entered by the user.
Above the area where the user enters an individual's information, there is a subform (joined on IndividualID) asking for information about the program this Individual wishes to apply to. The data entry works fine, but when the user clicks into the main form to enter the Individual's information the data entered in the subform just above disappears. Could it be creating multiple IndividualIDs? If so, what is the best way to remedy this?
From there one moves on to subforms that are all joined on ApplicationID (the first subform, which doesn't seem to be auto generating the AppID field as it should be) as well as IndividualID. Is there a way I can populate all of the subforms to have the same ApplicationID, say, OnDirty?
Thank you so much!
frmIndividuals comprises the main form. tblIndividuals is the related table, and it generates a new IndividualID for each new individual entered by the user.
Above the area where the user enters an individual's information, there is a subform (joined on IndividualID) asking for information about the program this Individual wishes to apply to. The data entry works fine, but when the user clicks into the main form to enter the Individual's information the data entered in the subform just above disappears. Could it be creating multiple IndividualIDs? If so, what is the best way to remedy this?
From there one moves on to subforms that are all joined on ApplicationID (the first subform, which doesn't seem to be auto generating the AppID field as it should be) as well as IndividualID. Is there a way I can populate all of the subforms to have the same ApplicationID, say, OnDirty?
Thank you so much!