Blank form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I open a form, I want it to automatically be positioned on a blank form
so I can immediately start entering data. How would I go about doing this
with the navigation buttons or scrolling? In other words, how do I get Access
to recognize that this is what I want done every time?
 
However, if you also want to use the same form for editing records then
don't make it Data Entry but put code in the Load event to go to a new
record. Docmd.GoToRecord,, acNewRec

HTH
 

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

Similar Threads


Back
Top