Calling a procedure

C

Chris

Hello group.

I have a procedure for binding controls on a form. the procedure is run
when I click a save button on the form.

I have now added this form to another from. From the main form I would like
to run the procedure.

Should i convert the procedure to
Forms!Mainform.form!subform.form.BindControls or should I change this to a
module or is there a way of running this from the main form?
 
Top