B
BrentDA
I have text boxes on a main form, with more text boxes on (embedded) subforms
used for entering data.
I have 'DoCmd.GoToRecord , , acNewRec' in On Open in the main form, and the
main form clears the data and goes to the next New Record when I open the
form, like it's supposed to. The main form also makes the subforms go to the
next New Record, also like it's supposed to, but the data doesn't clear on
any of the subforms. I tried putting the 'DoCmd...' in the 'On Open' of the
subforms, but that didn't work.
Thanks in advance for your assistance !
Brent
used for entering data.
I have 'DoCmd.GoToRecord , , acNewRec' in On Open in the main form, and the
main form clears the data and goes to the next New Record when I open the
form, like it's supposed to. The main form also makes the subforms go to the
next New Record, also like it's supposed to, but the data doesn't clear on
any of the subforms. I tried putting the 'DoCmd...' in the 'On Open' of the
subforms, but that didn't work.
Thanks in advance for your assistance !
Brent