opening a form with blank fields

COMP

Registered User.
Local time
Today, 08:48
Joined
Jul 20, 2009
Messages
61
Hi i am trying to figure how to open a form showing no data in the fields. I have a new circuit button and what i want is when users click this button the form is blank ready for them to add a new circuit. Is their a way??

Thanks
 
Try using the default wizard "add new" button
 
See i dont want to use that. As the new circuit button is located on the welcome page i want users to click on that button and allow them to enter in data straight away without having to press a new record button.
 
So you want to popup an add record screen...

Docmd.openform allows you to set the "datamode" the form is opened with, one of them is the add option which is then what you are after.

Just select openform press F1 and read all about :)
 
I dont understand what your trying to say. Could poss give me an example of what the code should look like?
 
Type in a module:
Docmd.Openform
Then press F1, read all about what I am trying to say and/or an example of what the code should look like.
 

Users who are viewing this thread

Back
Top Bottom