beckie1234
Struggling Student
- Local time
- Yesterday, 22:16
- Joined
- Mar 10, 2007
- Messages
- 94
I am using a
DoCmd.RunCommand acCmdRecordsGoToNew
to open a form starting at the point where a user can enter new data, but when I put it on a switchboard it will only start on a new entry and won't let the user see any previous entries. How do I make it open for data entry but still be able to see any previous records?
DoCmd.RunCommand acCmdRecordsGoToNew
to open a form starting at the point where a user can enter new data, but when I put it on a switchboard it will only start on a new entry and won't let the user see any previous entries. How do I make it open for data entry but still be able to see any previous records?