I have 2 reports. Same report, same query data source. One report I need ordered by last name, the other I need ordered by date.
The reports are called up with a button. The button opens a form into which the user enters a number of parameters. The base query gets these parameters (i.e. State, Zip Code, etc.) from the query and filters the proper records.
I know that the user can open the report in design view, go to sorting and grouping and set the sort order there. But, I need something simpler for the user. Preferably being able to select a sort order from a drop down list.
Is there a way to do this or do I have to create either a separate report or query for each sort order that I need?
Thanks in advance for your help
The reports are called up with a button. The button opens a form into which the user enters a number of parameters. The base query gets these parameters (i.e. State, Zip Code, etc.) from the query and filters the proper records.
I know that the user can open the report in design view, go to sorting and grouping and set the sort order there. But, I need something simpler for the user. Preferably being able to select a sort order from a drop down list.
Is there a way to do this or do I have to create either a separate report or query for each sort order that I need?
Thanks in advance for your help