Blank record upon opening form

mcraven

Registered User.
Local time
Today, 10:10
Joined
Oct 18, 2006
Messages
15
HELP
When the user double clicks on the icon, the form automatically appears on the screen. That's good. But record number 1 is there. I want a blank record there so they can enter their data. This can't be difficult, but I can't figure it out.
 
Set the forms data entery property to true.
 
Make sure your command button is opening the form in add mode........

DoCmd.OpenForm FormName, , , , acFormAdd
 

Users who are viewing this thread

Back
Top Bottom