Form start point

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

Guest

I am new to Access, is there a way to set the forms to open (when first
openting the form) on the first open (empty) row of the database. Rather
than displaying information from the first entry.
 
Not recommended, but in the Load event of the form:

GotoRecord acNewRec
 

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