Run Query from a Form and send Result to Report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mcervenka1
    New Member
    • Apr 2018
    • 37

    Run Query from a Form and send Result to Report

    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.
    Last edited by mcervenka1; Apr 18 '18, 10:20 PM. Reason: Clarification
  • Narender Sagar
    New Member
    • Jul 2011
    • 189

    #2
    So, what is the problem you are facing?

    Comment

    • twinnyfo
      Recognized Expert Moderator Specialist
      • Nov 2011
      • 3653

      #3
      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

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32633

        #4
        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

        Working...