Printing parameters in reports

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
Back
Top