Storing User Information Throughout Application

MrAustin

Registered User.
Local time
Today, 07:16
Joined
Oct 4, 2004
Messages
32
Hey all,

If I have a user login at the beginning of my access program, how can I later access their username, password, security level, etc? I would have thought I just stored it in a public variable at login time, but this doesn't seem to work. Any help?

Thanks!
 
Access Security or your own? A public variable should work. I usually use a hidden textbox on a form that stays open, since it requires no additional code to use it in a query.
 
You may be able to get what you need with CurrentUser().

???
kh
 

Users who are viewing this thread

Back
Top Bottom