Dirtrider929
Registered User.
- Local time
- Today, 09:11
- Joined
- Nov 12, 2013
- Messages
- 32
I have a combo box, cboMonth, on a form the contains the calendar month name and numeric values. I am running a query,"qrySLR_Master_Calendar", within the form, "frmSLR_Master_Calendar", that contains data including a "StartDate" and "EndDate" which could span 3-11 months. I would like to be able to pick a month from my combo box and have it filter all records to return for that month selected. I am currently stumped on how to accomplish this and it seems like such an easy task.