need my form to open up with a new record

  • Thread starter Thread starter bstickley
  • Start date Start date
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
 
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
 
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
 
Back
Top