Hi there
I have added a logon form to my project
The user enters there username/ password and enters the system
Now against the username i store details of the access rights for that user in a series of yes/no fields in access
So when the user logs on i want all these yes/no fields globally availiable so that when certain forms are opened they can check to see whether or not the user is allowed to open them.
What would be the best way to store these fields ? Since VB.Net doesnt support global variables
I have added a logon form to my project
The user enters there username/ password and enters the system
Now against the username i store details of the access rights for that user in a series of yes/no fields in access
So when the user logs on i want all these yes/no fields globally availiable so that when certain forms are opened they can check to see whether or not the user is allowed to open them.
What would be the best way to store these fields ? Since VB.Net doesnt support global variables