I have developed an accounting database, with a lot of tables, forms, queries, reports, etc.
I have a form, which collects some information from the user, runs lots of queries, updates, etc in the main table of information, and fills another table by the selected records after deleting everything in this new table. The records in the table are then shown in a subform within another form.
My problem is that when a user is inside the second form, actually seeing the records in the newly filled table, other users on my local network can not do the same thing, because access gives an error, saying someone else already is using that particular table in exclusive mode (or something like that)...
The subform does not allow any edits or deletions.
Is there anything I can do so that different users can have access to that table at the same time?
I have a form, which collects some information from the user, runs lots of queries, updates, etc in the main table of information, and fills another table by the selected records after deleting everything in this new table. The records in the table are then shown in a subform within another form.
My problem is that when a user is inside the second form, actually seeing the records in the newly filled table, other users on my local network can not do the same thing, because access gives an error, saying someone else already is using that particular table in exclusive mode (or something like that)...
The subform does not allow any edits or deletions.
Is there anything I can do so that different users can have access to that table at the same time?
Comment