how do i create an event procedure for a form to open with no inf

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

Guest

I have a form and when i open it. To enter new data i want it to open without
information.
 
Hey Jessica, in the help file, search for DoCmd and review the GoToRecord
method. The format will be similar to this:

DoCmd.GoToRecord acDataForm, , acNewRec

You can place this code in your fprm's On Open event.
 

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

Back
Top