Creating a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with a subform that allows a person to enter all the Sold to
Ship To on the top form and the details on the subform.

I would like to create a print button on the form that they can click after
they finish entering the subform information that will print out a P.O. with
all the top and subform info correctly placed on it.

Is this very difficult? I am just not sure how it will know to print the
current record?

Thanks for your help
 
After you add a button to the form to print a report, open the code module
and modify the OpenReport method to add a where argument. Help and
Intellisense will help you with syntax.
 

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