Changing criteria while displaying a report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slayerx
    New Member
    • Sep 2006
    • 5

    Changing criteria while displaying a report

    i've designed a query but i'll want the user to change the criteria within the report. so as the report is open it will show a combo box with a list of names taken from the field in the query, is this possible.....an y suggestion how to perform this task
  • comteck
    New Member
    • Jun 2006
    • 179

    #2
    As far as I know, a report is just that.. a means of displaying data. I don't believe it is possible to make a selection in a report. You can however, make a selection from a combo box on a form, and then have this selection displayed on the report.

    comteck

    Comment

    • slayerx
      New Member
      • Sep 2006
      • 5

      #3
      Originally posted by comteck
      As far as I know, a report is just that.. a means of displaying data. I don't believe it is possible to make a selection in a report. You can however, make a selection from a combo box on a form, and then have this selection displayed on the report.

      comteck
      could you tell me how to do that

      Comment

      • comteck
        New Member
        • Jun 2006
        • 179

        #4
        Well, I'll need a little more information on your tables (including field names and PKs). As well, I need to know what the Record Source is for the report, and what is the combo box based on?

        comteck

        Comment

        Working...