need my form to open up with a new record

B

bstickley

My form is working well, but it opens up with the first record
displayed. I would like it to open up with a new record so info can be
entered in immediately. Please Help.

Thank you
 
N

Nikos Yannacopoulos

If you want your form only for adding data without the
ability to view / modify existsing records, then on the
form properties, Data tab, set Data Entry to Yes.
If, on the other hand, you want to maintain the ability to
view / modify existsing records, but just want to open to
a new record by default, then in the form properties
again, Events tab, go to the On Open event and add a macro
with action gotorecord, argument Record => Next.

HTH,
Nikos
 
B

bstickley

Nikos,

Thank you very much for your help. The macro is working and my form is
up and running the way I had envisioned in my mind.

Thanks again,
bstickley
 

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