how to marry query and report

S

Scott Shively

Hi,

I have a created a query to select my data and a report to show the results.
How do I marry to the two together so that when I open the report it runs
the query and displays the results in my report?
 
A

Allen Browne

Open the report in Design view.

In the Properties box (View menu), set the RecordSource property of the
Report to the name of the query.
 
Top