Refering to controls on report

D

DS

I need to passa value from a form to a report. Whenever you click on a
the command buttonon the form it opens a report and passes the value.
This is what I have but it doesn't seem to be working.

Reports!UnpaidChex!Tax = Forms!Reporting!TaxRate

Thanks
DS
 
D

Duane Hookom

Add a text box to your report with a control source of:
= Forms!Reporting!TaxRate
 
Top