new record

junmart

Registered User.
Local time
Today, 17:10
Joined
Sep 14, 2001
Messages
29
what code do i need to put in my form's "on open" property so that my form goes to a new record everytime it opens.

thanks.
 
I think that it's:

DoCmd.GoToRecord , , acNewRec
 
If the form is ONLY used for data entry you could also set data-entry to Yes, this would automatically go to a new record without code.
 

Users who are viewing this thread

Back
Top Bottom