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
 
Back
Top