G
Guest
Michael Miller provided some information on this topic. I would like to acknowledge his response and thank him for his time. Though the forms are working correctly the problem I have is that there are default values that are not being entered because the form is never activated on the tab control. These defaults are crucial to other data that is being collected. Please advise and thank you
Two tables. tbl_ProspectDemoInformation and tbl_ProspectInformation
Form ProspectInformation pulling data from tbl_ProspectDemoInformation
SubForm subfrm_ProspectInformation pulling data from tbl_ProspectInformation
Users are entering data in the ProspectInformation form but not in the subfrm_ProspectInformation form
Problem having is if no record is entered in the sub form no record gets generated in the tbl_ProspectInformation which is relates to tbl_ProspectDemoInformation with a 1-1 relationship. Master and child links are setup correctly. This only occurs when they do not enter something in the sub form
Is there a way to force the system to check HSAttended field and if it is null take the cursor to that field in the tab subform. Currently their clicking the save command without entering any record in the sub form.
Thanks in advance. Totally lost.
Two tables. tbl_ProspectDemoInformation and tbl_ProspectInformation
Form ProspectInformation pulling data from tbl_ProspectDemoInformation
SubForm subfrm_ProspectInformation pulling data from tbl_ProspectInformation
Users are entering data in the ProspectInformation form but not in the subfrm_ProspectInformation form
Problem having is if no record is entered in the sub form no record gets generated in the tbl_ProspectInformation which is relates to tbl_ProspectDemoInformation with a 1-1 relationship. Master and child links are setup correctly. This only occurs when they do not enter something in the sub form
Is there a way to force the system to check HSAttended field and if it is null take the cursor to that field in the tab subform. Currently their clicking the save command without entering any record in the sub form.
Thanks in advance. Totally lost.