G
Guest
My question is - what is the best way to enable user to append a record to a
table in a multi user environment. Is it better not to have the form bound
directly to a table? I have a multi user database where users often get the
following error-
"Couldn't update; currently locked by user 'admin' on machine 'computername'"
Error occurs after a specific button is clicked. This code behind this
button is simply meant to save the record to the table. When the users open
the database they are
Button code (this is really all the code there is):
DoCmd.GoToRecord , , acNewRec
Other particulars:
Using Access 97 on a Windows XP
Approx 15-25 concurrent users
Form is bound directly to the table.
Database is not split
Form's Record Locks property is set to "No Locks"
table in a multi user environment. Is it better not to have the form bound
directly to a table? I have a multi user database where users often get the
following error-
"Couldn't update; currently locked by user 'admin' on machine 'computername'"
Error occurs after a specific button is clicked. This code behind this
button is simply meant to save the record to the table. When the users open
the database they are
Button code (this is really all the code there is):
DoCmd.GoToRecord , , acNewRec
Other particulars:
Using Access 97 on a Windows XP
Approx 15-25 concurrent users
Form is bound directly to the table.
Database is not split
Form's Record Locks property is set to "No Locks"