I have a form that has 19 combo boxes which are linked to queries from a table. My intent is that the user should choose the applicable items from the drop down boxes on this first form, then hit a search button at the bottom which opens a new form that is filtered by the data from the first form. The user can then close the new "filtered" form and return to the original one by hitting the "close form" button I have placed on the new form.
Once returning to the first form for selection, I would like to place a new button on that form to "clear" all of the combo boxes. I seem to be failing at accomplishing that goal and was wondering if I could get a suggestion or two as to how I might accomplish this?
Once returning to the first form for selection, I would like to place a new button on that form to "clear" all of the combo boxes. I seem to be failing at accomplishing that goal and was wondering if I could get a suggestion or two as to how I might accomplish this?