
03-09-2007, 04:25 PM
|
|
Newcomer
|
|
Join Date: Aug 2006
Posts: 5
|
|
Text Box AfterUpdate Event Procedure
|
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
|
|