Hello,
I currently have a form with 5 different comboboxes for the user to select filter criteria. As a value is selected for each combobox, I would like to adjust the query to match the parameters outlined by the comboboxes. There will always be one combobox that has a value, but aside from that all or none of the other comboboxes may or may not be used.
I would like to use the on change event of each combobox to redefine the query, but I do not wan the changes to be permanent.
Any help would be appreciated.
Best REgards,