I have a access database and I want to know which user is logged in, I don't want to let user enter anything like initials.....is there any way to get it automatic
I have a access database and I want to know which user is logged in, I don't want to let user enter anything like initials.....is there any way to get it automatic
If you mean the user logged into the computer, you can use the Environ() function or this type of thing:
http://access.mvps.org/access/api/api0008.htm
getting compile error "can't find project or library" do i need to add any additional reference ?
thanks for your help
Did you copy all of that into a standard module? What did you name the module? How are you calling it?
I called it on button click, but now it worked, i had one broken link sorry
so now its working well.
thank you very much for your help.
No problem.