Moonshine
Registered User.
- Local time
- Today, 18:08
- Joined
- Jan 29, 2003
- Messages
- 125
Yes, its that time again im back to programming in VBA for a new project im doing at work...
The short description is: I have a database that is accsessed by 6 people, i had changed the front end of the database so that you have to login in with the NT user name we have here at work. It all works fine, login/password depending on what level Access you have, will depend on what you can access when someone helps me
I need to be able to set the persons login name and Security level as a Constant throughout the program once the login form has been closed, for the moment i have gotton round it by one you type in you username and password, then click ok it just sets the login form to visible = false (so the form is still there, and you can just relate back to that and get the value of the field in Text0(user) and Text2(Level).
I dont want it this way, i cant for the life of me find where id set the username (8 character's) and Security level (number between 1 and 5) as a constant.
Please help
The short description is: I have a database that is accsessed by 6 people, i had changed the front end of the database so that you have to login in with the NT user name we have here at work. It all works fine, login/password depending on what level Access you have, will depend on what you can access when someone helps me
I need to be able to set the persons login name and Security level as a Constant throughout the program once the login form has been closed, for the moment i have gotton round it by one you type in you username and password, then click ok it just sets the login form to visible = false (so the form is still there, and you can just relate back to that and get the value of the field in Text0(user) and Text2(Level).
I dont want it this way, i cant for the life of me find where id set the username (8 character's) and Security level (number between 1 and 5) as a constant.
Please help