stevekos07
Registered User.
- Local time
- Today, 07:05
- Joined
- Jul 26, 2015
- Messages
- 174
I have a split form frmVolunteerRoster. On this form is a combobox cboSelectHub which allows the user to filter a list of roster dates for volunteers based on their location (Hub). The combobox filters the list fine.
I also have a cmdSearchDate button which has an OnClick event that filters the list based on a date selection in text box txtSearchDate.
What I want to do is to restrict the date search recordset to the filtered list based on the combobox selection.
What is the best way to do this?
I also have a cmdSearchDate button which has an OnClick event that filters the list based on a date selection in text box txtSearchDate.
What I want to do is to restrict the date search recordset to the filtered list based on the combobox selection.
What is the best way to do this?