An alternative to Dave's solution might be to simply move to a new record when
opening the form. You can insert the following line into the form's "On Open"
event procedure:
DoCmd.GotoRecord , , acNewRec
This will open your form to a "new" record, yet allow the user to see existing
records, too.
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.