Is there a way to set up a function that will get the user name of the user's LAN sign on, to use for the =(getusername) within Access? Is there some general vb that will work for this idea?
thanks!
The most painless way is:
myLanName = Environ$("USERNAME")