aclockworkgod
New member
- Local time
- Today, 10:29
- Joined
- Sep 12, 2019
- Messages
- 5
Hello,
I've looked everywhere, but can't seem to find a solution.
I have a logging database that immediately opens to a form that contains a field bound to a table.
Form On Load Event includes: DoCmd.GoToRecord , , acNewRec
I need the form to open to a new record to ensure no other records are overwritten and the records are sequential.
The database opens fine on my machine, but as soon as I link to a shared drive the run-time error 3021 occurs.
I need this database to work on the shared drive.
Please help.
I've looked everywhere, but can't seem to find a solution.
I have a logging database that immediately opens to a form that contains a field bound to a table.
Form On Load Event includes: DoCmd.GoToRecord , , acNewRec
I need the form to open to a new record to ensure no other records are overwritten and the records are sequential.
The database opens fine on my machine, but as soon as I link to a shared drive the run-time error 3021 occurs.
I need this database to work on the shared drive.
Please help.