Using MS Access 2010, I use parameter queries on a form to query for "Start Date", "End Date" and "Item Type" (from List box). When I run the query, I need the results generated/printed in a report and not displayed on a screen.
Run Query from a Form and send Result to Report
Collapse
X
-
Run Query from a Form and send Result to Report
Tags: None -
-
mcervenka1,
Welcome to Bytes!
Please review these guidelines for Asking Good Questions. Feel free to modify your question or clarify the exact problem you are having, and we will be glad to look into assisting you.
Thanks for your understanding.Comment
-
I think what you need to understand is that Reports, just like Forms, don't contain data. They show data. To have a report show data from a query you'd create a Report that uses your query as its source. Does that make it a little easier to understand?Comment
Comment