bobski1
Programmer
- Aug 17, 2006
- 2
I have a text box on a form called "Field1". After I enter the entire character string in Field1 and press the enter key, I would like to perform an afterupdate event procedure equivalent to the afterupdate event procedure that is available in Microsoft Access for text fields. Something like:
Sub Field1_AfterUpdate()
MsgBox "Field1 = " & Field1
End Sub
Does anyone have a procedure page that mimics the event procedures available in Microsoft Access for text box objects. Example: beforeupdate, afterupdate, on enter, etc..
Does anyone know how I might create an event procedure that is equivalent to Microsoft Access event procedure : afterupdate
Sub Field1_AfterUpdate()
MsgBox "Field1 = " & Field1
End Sub
Does anyone have a procedure page that mimics the event procedures available in Microsoft Access for text box objects. Example: beforeupdate, afterupdate, on enter, etc..
Does anyone know how I might create an event procedure that is equivalent to Microsoft Access event procedure : afterupdate