Hi all
Have set up a simple login procedure for my database. Created a table where username and password is stored. When a user logs in the database my code checks if the entered password matches the one in the table. That's it.
For updating reasons i only want to have one user logged in at once (only 3 users network). Can anybody provide me with a direction of how to set up a field which shows in the login form, whether a user is currently logged in?!
Thanks for any help.
Chris
Have set up a simple login procedure for my database. Created a table where username and password is stored. When a user logs in the database my code checks if the entered password matches the one in the table. That's it.
For updating reasons i only want to have one user logged in at once (only 3 users network). Can anybody provide me with a direction of how to set up a field which shows in the login form, whether a user is currently logged in?!
Thanks for any help.
Chris