Question Track who is logded on

wbaroudi

New member
Local time
Today, 12:38
Joined
Jan 15, 2015
Messages
8
Hi guys,
I wonder if some can help. I have a login screen that works fine but I need to lock some part of the system from normal users but I can't figure out how to track if the user who is logged on is security lever is high and can authorise the transaction!!!

I have users table and in it I record the users, passwords, security level. So when someone logs on I have no way of knowing who they are and in order check their security level. I did it in the past by setting the C drive VOL into a value and search but as we use Citrix XenApp this is not possible the C drive is the server drive and if multiple users login to to that server then the VOL value would be wrong. Arrrg. Please pointers would appreciate it.

Regards
Wessam
 
The login form along with the forms code should be able to amply check for that.
Read/Write/ etc...
Susie is admin
Jeff is user
Bill is supervisor
 
Thanks but this still would not tell if Susie or Jeff are both logged in or one of them and which one.

Wessam
 
If you have a table that stores that information, then just create a Listbox form for it.
Example:
tblUsers
EmpID PK
FullName
Active Y/N
LoggedOn Y/N
LastSignOn Date/Time
 

Users who are viewing this thread

Back
Top Bottom