I have a forms with a sub-form on it. The sub-form has 5 tabs, but a few of the forms have a lot of data in it to be entered and causes the page to be huge and requires the user to do a lot of scrolling up and down to get anything done. I would like to remove the sub-forms and put the forms into pop-ups that can be selected by pressing a button on the main form. This works fine for existing records and pulls the correct records in the forms that match the main form...I might be making this confusing and appologize if I am ...
Anyway, when I attempt to insert a new record through a pop-up form rather than using the subform it is not populating the record ID. I have the tables linked on RecordID and when using the SubForm the RecordID will populate with the RecordID that was autonumber on the Main Form. Why does it work when the forms are set as subforms, but not when I use a button to pull up the form and how can I make it work.
Anyway, when I attempt to insert a new record through a pop-up form rather than using the subform it is not populating the record ID. I have the tables linked on RecordID and when using the SubForm the RecordID will populate with the RecordID that was autonumber on the Main Form. Why does it work when the forms are set as subforms, but not when I use a button to pull up the form and how can I make it work.