P
PJ
I have the following code in a memo text field:
Private Sub txtNotesOnTransaction_BeforeUpdate(Cancel As Integer)
Debug.Print "User: " & CurrentUser() & " " & Me!txtNotesOnTransaction
End Sub
I want the current user entering data user name to fill in before typing any
other data.
It is not working any suggestions?
Thanks!!
Private Sub txtNotesOnTransaction_BeforeUpdate(Cancel As Integer)
Debug.Print "User: " & CurrentUser() & " " & Me!txtNotesOnTransaction
End Sub
I want the current user entering data user name to fill in before typing any
other data.
It is not working any suggestions?
Thanks!!