Hi all,
I am in the process of developing a multi-user system but am experiencing a problem in allowing a table to be accessed by multiple users.
The problem arises when dealing with a queried table because each time the user opens a form the table is run to update the table. Obviously, if someone is already in the system and another user tries to enter the form they would get the following error -
<Table Name> is already in use
Has anyone got any ideas how I could get around this problem?
I am in the process of developing a multi-user system but am experiencing a problem in allowing a table to be accessed by multiple users.
The problem arises when dealing with a queried table because each time the user opens a form the table is run to update the table. Obviously, if someone is already in the system and another user tries to enter the form they would get the following error -
<Table Name> is already in use
Has anyone got any ideas how I could get around this problem?