View Full Version : Query pass to Report


jwood29
05-15-2008, 10:29 AM
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

MSAccessRookie
05-15-2008, 10:54 AM
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

jwood29
05-15-2008, 11:19 AM
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