IP Address, User Name, MAC Address.

L

lmossolle

Is there a way to get the username, IP Address and MAC Address to
automatically add to a form?

I know there is the following items, how do you insert on form?

= fOSUserName()
= fOSMachineName()
 
M

Michel Walsh

Hi,


You "bind" a control with the expression, in the control source, as example.

As for the MAC, a machine can have multiple ones (as ipconfig /all
should display them, in a command window).


Hoping it may help,
Vanderghast, Access MVP
 
Top