I have a combo box that is used to filter the records displayed in a form. Initially all records are displayed. When the user makes a selection from the list, only the matching records are displayed. I'd like to use the same control to remove the filter and display all records, but the list is contolled by a table. I don't want to add show all to the table.
What do I do?