I have written a shared Access database but am getting the following error whem testing it in a multiuser environment.
Could not lock table xxx; currently in use by user yyy on machine zzz.
I get this error if user A has a form open and user B tries to run a report accessing data from the same table used in the open form. The report does not update any data and I get the same error if I run the select query on which the report is based. Both users can however open the form at the same time without getting this error.
I did think that tables would only be locked whilst they were being updated not when they are open in a form.
I have opened the database in shared mode and with the no locks option.
Which options should I be using to give users less restrictive access.
Thanks
Could not lock table xxx; currently in use by user yyy on machine zzz.
I get this error if user A has a form open and user B tries to run a report accessing data from the same table used in the open form. The report does not update any data and I get the same error if I run the select query on which the report is based. Both users can however open the form at the same time without getting this error.
I did think that tables would only be locked whilst they were being updated not when they are open in a form.
I have opened the database in shared mode and with the no locks option.
Which options should I be using to give users less restrictive access.
Thanks