H
HenryJD
Access 2003: I am using the module from http://mvps.org/access/api/api0008.htm
to obtain the current user. This works great. But it returns the 'coded'
login DomainName assigned by the employer for the individual to enter when
logging in. It is not the individuals actual name. Currently we have a form
that displays the 'coded' fOSUserName. We would like to have the individual's
actual name on the form instead. I have a table listing the DomainName (same
as fOSUserName) in one column and the individual's name in another column.
How do I create a string, say 'User', that is dependent on the fOSUserName? I
would then simply substitute 'User' for 'fOSUserName' in the form and I would
be the hero. Of course, credit will be given to whoever replies with a
solution.
to obtain the current user. This works great. But it returns the 'coded'
login DomainName assigned by the employer for the individual to enter when
logging in. It is not the individuals actual name. Currently we have a form
that displays the 'coded' fOSUserName. We would like to have the individual's
actual name on the form instead. I have a table listing the DomainName (same
as fOSUserName) in one column and the individual's name in another column.
How do I create a string, say 'User', that is dependent on the fOSUserName? I
would then simply substitute 'User' for 'fOSUserName' in the form and I would
be the hero. Of course, credit will be given to whoever replies with a
solution.