So Many Questions

S

Steve COR

I have a multiple report, report. It is a report that contains four other
reports. Each report is comprised of a query that asks for user input, i.e.
dates et ctetra. But it ends up asking the same questions six times each is
there any way to automate the entries and make one input that can be used in
multiple queries?

Thank you Steve
 
K

KARL DEWEY

Create a form with unbound text boxes for the entries. Without closing the
form run the report.
 
Top