Thread: Text Box
View Single Post
  #1  
Old May 21st, 2010, 02:35 PM posted to microsoft.public.access.forms
PJ
external usenet poster
 
Posts: 265
Default Text Box

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