T
Tony WONG
Dear All
I wish all the Forms in access 2007 to use the network user name.
How should i put this code in the Access form for the best performance?
++++++++++++++++
Dim objNet, DataUser
Set objNet = CreateObject("WScript.NetWork")
DataUser = objNet.UserName
++++++++++++++++
Thanks a lot.
Tony
I wish all the Forms in access 2007 to use the network user name.
How should i put this code in the Access form for the best performance?
++++++++++++++++
Dim objNet, DataUser
Set objNet = CreateObject("WScript.NetWork")
DataUser = objNet.UserName
++++++++++++++++
Thanks a lot.
Tony