ombadboy
03-25-2007, 01:42 AM
Is there a way to make the selection of a query criteria a dropdown list?
|
View Full Version : Query Criteria Dropdown ombadboy 03-25-2007, 01:42 AM Is there a way to make the selection of a query criteria a dropdown list? dcobau 03-25-2007, 03:46 PM No, but you could use a pop up form with a combo box full of criteria values to apply to the query. The criteria in the query would be something like: forms!frmPopUp!cboCriteria Dave |