B
byman2030
I experimentally placed some msgbox code in the AfterUpdate event for a
bound textbox control but it doesn't seem to launch.
Private Sub txtFileArriveDate_AfterUpdate()
MsgBox "hello"
End Sub
I tried moving to another control on the form (after changing the text) but
it doesn't launch then (no msgbox prompt).
Nor does it launch when I change to a different record.
How and when does this event trigger? Is there, maybe, a property setting
somewhere to set to activate it?
By the way, the table underlying the control gets updated OK and I can run
the "form's" AfterUpdate event fine.
Thanks,
byman2030
bound textbox control but it doesn't seem to launch.
Private Sub txtFileArriveDate_AfterUpdate()
MsgBox "hello"
End Sub
I tried moving to another control on the form (after changing the text) but
it doesn't launch then (no msgbox prompt).
Nor does it launch when I change to a different record.
How and when does this event trigger? Is there, maybe, a property setting
somewhere to set to activate it?
By the way, the table underlying the control gets updated OK and I can run
the "form's" AfterUpdate event fine.
Thanks,
byman2030