How to call subform's sub from main form to run?

K

Ken Snell

Be sure that the sub is Public Sub.

Then just call it this way:

Call Form_SubformFormName.SubName
 
A

alex

Thanks.
-----Original Message-----
Be sure that the sub is Public Sub.

Then just call it this way:

Call Form_SubformFormName.SubName


--

Ken Snell
<MS ACCESS MVP>




.
 
Top