View Full Version : How to get the RDN name


hellind
11-28-2008, 12:02 AM
Hello,

GetNetworkUsername() function is readily availabled on the web. It returns the logon name, which is my lan_id.

But each of these lan_id have a RDN (full name).

How do I get this full name?

e.g. My Lan ID is FGSCF2331, I would prefer to get the Full Name so that I know who is logged into my system.

DCrake
11-28-2008, 12:34 AM
Here is a link to a sample mdb to perform what you require. I think.
Who is logged into my database (http://www.access-programmers.co.uk/forums/showthread.php?t=155950)

David