On the before update event procedure of the form I have written the following:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11019-track-the-username-when-record-changed.html
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me.[EditDateTime] = Now()
Me.[Edit_USERID] = CurrentUser()
End Sub
The problem is the USERNAME is ALWAYS "Admin", this occurs on my PC at home
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11019
and on the network and it is driving me CRAZY!!
The Options in Access are correct and have my name as the User Name.
Can someone please help me out here??
*