I am trying to set up my databases to where I can tell who is logged in. I really don't have a good idea of how to do it. Right now I do have a Rights table with all the users in it. I just added a column which is either on or off called (SingnedIn)
I am trying to figure out how; whenever a user pulls my database up, it will put change the "signedIn" field to True for that user. I have made a hidden box on the main screen that grabs the users NTID name. I just need a little help on how to tie that to the tableRights.
Can anyone help?
Thanks
I am trying to figure out how; whenever a user pulls my database up, it will put change the "signedIn" field to True for that user. I have made a hidden box on the main screen that grabs the users NTID name. I just need a little help on how to tie that to the tableRights.
Can anyone help?
Thanks
Comment