Code to get network logon ID

  • Thread starter Thread starter Evan
  • Start date Start date
E

Evan

Using ACCESS 97, is there code to get the logon ID of the
person logged on, i.e., network logon ID not CurrentUser()
which is for the workgroup? I need to do a query based on
the network logon ID. Although I can ask for it
(InputBox), I am curious if there's code to do it. I can
do it in VB Script and VB but the objects don't seem to be
available in ACCESS.
 
Back
Top