Hi,
I have a multiuser Access database.
The login form has a dropdown displaying the names of all users.
and any1 can login as any1 from different machines.
I've created a table USER_LOG, which records the Network login name and computer name when a person logs in. ( thanks to all the big brains on this forum !! )
Before any1 logs in i check this table to see if user is already logged in. if yes it displays a message saying "u are already logged in as <user name>"
MY PROBLEM:
As a test , i and a friend logged into the system from diff PCs at the Exact moment ,as the same user . and my logic doesn't work.
both can get in .
i'm assuming this is beacuse , two people are trying to write to my table uSeR_LOG at the same time ?
Is there any way out of this ?
Thanks,
Gina.
PS: pls let me know if i haven't been clear enuf.
I have a multiuser Access database.
The login form has a dropdown displaying the names of all users.
and any1 can login as any1 from different machines.
I've created a table USER_LOG, which records the Network login name and computer name when a person logs in. ( thanks to all the big brains on this forum !! )
Before any1 logs in i check this table to see if user is already logged in. if yes it displays a message saying "u are already logged in as <user name>"
MY PROBLEM:
As a test , i and a friend logged into the system from diff PCs at the Exact moment ,as the same user . and my logic doesn't work.
both can get in .
i'm assuming this is beacuse , two people are trying to write to my table uSeR_LOG at the same time ?
Is there any way out of this ?
Thanks,
Gina.
PS: pls let me know if i haven't been clear enuf.