I have a form that has a button on it that opens another form (survey) that pulls information off the parent form, including an autonum ID number. The survey cannot "grab" the autonum until the record has been saved. So if I create a new record on the parent form and hit the button that opens the survey, it will not "find" the ID number. If I go to another record on the parent form and return, thus SAVING the record, it works just fine. How can I force it to save the record when I click the button that opens the survey? I tried
Docmd.Save
in the button's "on click" event, but that does not seem to help. Can anyone assist? I'm sure this is something very simple. Thanks.
Docmd.Save
in the button's "on click" event, but that does not seem to help. Can anyone assist? I'm sure this is something very simple. Thanks.