How To Have A Form Start With A Blank?

W

WSR

Access 2007

I have created a form for input and the user wants it to start at a blank
form.

How can I accomplish that?

Your help is greatly appreciated!!!

(B^>)-]=[
 
D

Darrell Childress

Put the following code in the OnLoad Event of the form

DoCmd.GoToRecord , , acNewRec

This will open the form in a state that is ready to enter a new record,
but also allow you to search existing records.
 
W

WSR

Thanks Darrell and Karl for your replies.

B^>

KARL DEWEY said:
Set the DataEntry property to Yes.
--
Build a little, test a little.


WSR said:
Access 2007

I have created a form for input and the user wants it to start at a blank
form.

How can I accomplish that?

Your help is greatly appreciated!!!

(B^>)-]=[


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top