how to "push" button from code

T

Tony C

Not so sure I understand what you're getting at.

If you are wanting to activate the code behind the Button
on the Forms "On Current" Procedure, then use the code: -

Call ButtonX_OnClick

HTH

Tony C.
-----Original Message-----
Is there any way I can "push" button programaticaly, from
form's OnCurrent event procedure?
 
Top