View Full Version : Open a form in Edit Mode


Sol
09-05-2000, 12:36 PM
I'd like to have a command button on one form to open another form -How can I open a form in Add mode?

Thank you!

Pat Hartman
09-05-2000, 12:42 PM
I take it you didn't look up Openform in help.

Martine
09-05-2000, 12:57 PM
After your DoCmd.OpenForm command in VB
you can write :
DoCmd.GoToRecord , , acNewRec