I have a query that I created from a table.
Basic info in table (for example) - 5 fields:
Date, Name, Amount 1, Amount 2, Amount 3
Multiple entries for same person....
(Name, btw, is a drop-down combo box)
In a report, I am grouping by name, then by date, then summing the amounts.
Mike Smith, for example, has many entries, appearing on multiple pages.
How can I add a drop-down to the report, or some type of functionality that allows the end-user to select a name from a drop-down and only see Mike Smith's data? The drop down can appear when the end-user clicks on the button to launch the report, or, can be after the entire report is run - I don't care. Any suggestions would be appreciated. Thank you.