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>




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top