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

  • Thread starter Thread starter Alex
  • Start date Start date
Be sure that the sub is Public Sub.

Then just call it this way:

Call Form_SubformFormName.SubName
 
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>




.
 
Back
Top