Currently I have a form that allows the user to enter a date range and it will return a ticket report based on that range once the preview button is pushed. If the date range is blank it returns all possible tickets from the report. This works.
I would like to add functionality to this filtering so I added a list box with other options such as address, employee, ticket, etc. Below that I added a combo box that, based on list box selection, displays further detail. (If address is selected then the combo box displays all possible addresses).
I have one report that lists all possible information and I would like to reuse this for all variations of reports if possible.
If I can get the basic filtering working I would like to have the capability to filter by date and an item in the list box, ie. an employee between the inputted date range.
Any help is appreciated.