Hi, I have a query called 'Query1' and a form called 'frmSearch'. In the frmSearch, I want to be able to use two listboxes to limit the search for Query1. One listbox is called 'Year' and the other called 'Months'
So if I choose January under the listbox Months and 2004 under the listbox Year, and when I press a command button, it will open up the Query1 with the search. How would I be able to do this?? Thank you..
So if I choose January under the listbox Months and 2004 under the listbox Year, and when I press a command button, it will open up the Query1 with the search. How would I be able to do this?? Thank you..