Query pass to Report

jwood29

Registered User.
Local time
Today, 15:14
Joined
May 13, 2008
Messages
28
I have a query that has parameters that are on a form.
I can get the form to work via entering parameters and return correct data to the query. But how do I then get that query to return the results to a Report.

I have it setup to when I click the Report, it pulls up the Form, where I enter parameters, then it shows the results in the query... but it does not return and show in the report.

Anybody have any ideas.

Thanks.

jwood29
 
Once you are sure that the query is returning the right set of data, set the Record Source for the report to the query name and it should fill in the report for you
 
I have tried that and still does not work. Form to query works, but the query does not pull it back to the report.

jwood29
 

Users who are viewing this thread

Back
Top Bottom