Printing parameters in reports

G

Guest

Please help me to print a parameter to a report.
I have two queries Query_details and Query_sum.
Query_details gets the details and is a make table query(TBL_details).
Query_sum has a sum of the details form the make table query(TBL_details).
I have a report_sum with query_sum as source. But I would like to print the
parameters in Query_details to Report_sum.
Iam not sure how to do this.

I tried creating a parameter Form for query 1 and passing it to report 1.
It didn't work.
Please help.
Thanks
Pon
 
G

Guest

Add a field in the design view grid of Query_details like this --
Query_Parameter: [Your parameter]
Just make sure to copy the orignal parameter and paste it in the field grid
so there is no typing mistakes.
 

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