Promting, Forms or connect reports?

J

Jake F

I have a report which totals differents tests and program statuses of herds.
I had to put 6 querries into 6 subreports of the main report to keep the
datasets distinct. All of them have prompts for a date range and all the
date ranges are the same so I have to enter the same dates multiple times.
Is there a way I can connect the reports so that they just connect to the
dates or if i could somehow use a form? Any help would be great. Thanks.
 
M

Marshall Barton

Jake said:
I have a report which totals differents tests and program statuses of herds.
I had to put 6 querries into 6 subreports of the main report to keep the
datasets distinct. All of them have prompts for a date range and all the
date ranges are the same so I have to enter the same dates multiple times.
Is there a way I can connect the reports so that they just connect to the
dates or if i could somehow use a form?

Yes, use a form. Add unbound text box's for the date range
and use a button to open the report.

Then change the queries to use criteria like:
Forms!theform.thestartdatetextbox
instead of [Enter strat date]
 
J

Jake F

Thank you! That made my report a million times better and I don't have to
worry about entering the wrong date range in.

Marshall Barton said:
Jake said:
I have a report which totals differents tests and program statuses of herds.
I had to put 6 querries into 6 subreports of the main report to keep the
datasets distinct. All of them have prompts for a date range and all the
date ranges are the same so I have to enter the same dates multiple times.
Is there a way I can connect the reports so that they just connect to the
dates or if i could somehow use a form?

Yes, use a form. Add unbound text box's for the date range
and use a button to open the report.

Then change the queries to use criteria like:
Forms!theform.thestartdatetextbox
instead of [Enter strat date]
 

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