Either open it in data entry mode and instruct your users that all they have
to do to see other records is ti use the menu or toolbar to remove filters
(data entry mode is just a filter matching zero records).
OR
Run this code in the Load event of your form...
DoCmd.RunCommand acCmdRecordsGoToNew
(the first choice is more efficient if there are lots of records).
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.