Accessing the network user ID

S

Shane

I know that there is a way to get the network user name within Access (not
CurrentUser()), but can't recall the syntax. Could you help me out?
Thx
 
B

Brian Pulliam

I tried using that code and found a few problems. One not all my users have
the .OCX that this code requires...secondly, when attempting to create an
..MDE with this function in it, the program barfs....and will not allow you to
do so.

I am looking for an alternative way to get that network ID if anyone has
another approach, I would love to see it.

Thanks,

Brian
 
D

Douglas J Steele

Huh? There's no OCX associated with that code, and I've never had any
problem using it in an MDE.
 
B

Brian Pulliam

Correction, my .mde will not build because of a different issue.....I tested
and found a form that apparently has to much code / controls to compile....

the OCX issue remains...I'll continue to update as my research continues...
 
Top