Start at new record

hydeyho

Registered User.
Local time
Today, 06:20
Joined
Mar 1, 2007
Messages
31
Is there any way of starting with a new record when a form is opened rather than record number 1?
 
In SUB FORM_OPEN put this code;
DoCmd.GoToRecord, ,acNewRec
 
Thanks, works perfectly!
 

Users who are viewing this thread

Back
Top Bottom