G
Guest
Hello!
I use to know how to do this, but I have forgotten!! I have an event
procedure on a form for a textbox (txtBox_GetFocus). When this control 'gets
the focus' (in the txtBox_GetFocus event), I want it to 'fire' a Button
(cmdButtonOne) on the same form to to something. Something similar to this:
Sub txtBox_GetFocus()
Me![cmdButtonOne].Click ! Of course, this doesn't work - need HELP!
End Sub
I use to know how to do this, but I have forgotten!! I have an event
procedure on a form for a textbox (txtBox_GetFocus). When this control 'gets
the focus' (in the txtBox_GetFocus event), I want it to 'fire' a Button
(cmdButtonOne) on the same form to to something. Something similar to this:
Sub txtBox_GetFocus()
Me![cmdButtonOne].Click ! Of course, this doesn't work - need HELP!
End Sub