I am trying to filter a query based on what the user selects in a combo box.
Example
User clicks button from swithboard called view list. This opens a pop up form with just a combo box called Select State. They select the state and then click on a button called "View List Based on Selection" this then opens datasheet form with the a list including only the contacts for that state selected. I am using a query because the contact information uses 3 tables.
Example
User clicks button from swithboard called view list. This opens a pop up form with just a combo box called Select State. They select the state and then click on a button called "View List Based on Selection" this then opens datasheet form with the a list including only the contacts for that state selected. I am using a query because the contact information uses 3 tables.