SUB REPORTS

H

Hightower

I have a report with 6 sub reports that are used to
calculate class information. What is the best way I can
prompt ONCE for a class number and not have to retype the
class number for each of the sub reports? Currently I'm
type in the same information 7 times.
 
D

Duane Hookom

Don't use a parameter query. Set the criteria in your report record sources
to a reference to a control on a form. This might look like:
Forms!frmYourForm!txtYourTextBox
 

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

Top