I assume by "form" you mean a data entry form and not a Windows form
(window). If so, you should move the "form code" to its own function and
call it from the OK button's Click event handler.
To do this, open the form in Design View and double-click the OK button.
This should create (or open) a click event handler for the OK button. In the
click event handler, place a call to your "form code" function.
>I have a form which contains a split panel
> In Panel 2 I have an OK and Cancel button at the bottom of the Panel.
[quoted text clipped - 9 lines]
> Regards
> Jeff