Printing a Form with a sub form built in using Access 2003.

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

Guest

I have designed a Work Order Form. This form contains a sub form.

When I print the work order it prompts me to enter the criteria for the sub
form. When I print three copies of the same work order it prompts me 4 times
for the sub form criteria.

How would I eliminate entering the Sub form Criteria so many times.
 
if you are trying to print a form that is a mistake. Forms are for viewing
and editing data. Create areport based on a query getting the info from the
form.

To get the criteria information from the form.
In the criteria for the query of the report use
[forms]![nameofform]![textbox]
 

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