kupe
Technical User
- Sep 23, 2002
- 376
Is there an automatic way to record the date any and every time a record is changed in Access, please, Gurus?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Me.LastUpdate = Date
Me.UpdateTime = Now
DoEvents
Me.LastUpdateBy = CurrentUser
Private Sub Command0_Click()
MsgBox (Environ$("UserName"))
End Sub
Me.LastUpdateBy = Environ$("UserName")
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\Fred\LOCALS~1\Temp
TMP=C:\DOCUME~1\Fred\LOCALS~1\Temp
USERDOMAIN=STUDY3
USERNAME=Fred
USERPROFILE=C:\Documents and Settings\Fred
windir=C:\WINDOWS