P
PJ
I have the following event procedure on a text box:
Private Sub txtNotesOnTransaction_BeforeUpdate(Cancel As Integer)
Debug.Print "User: " & CurrentUser() & " " & Me!txtNotesOnTransaction
End Sub
It is suppose to stamp the user name in the text box but it does not work.
Any suggestions?
Thanks
Private Sub txtNotesOnTransaction_BeforeUpdate(Cancel As Integer)
Debug.Print "User: " & CurrentUser() & " " & Me!txtNotesOnTransaction
End Sub
It is suppose to stamp the user name in the text box but it does not work.
Any suggestions?
Thanks