Hello, I'm trying to create a combo list box in an access form that has all 12 months (January, February......etc,) listed and depending on the selection will bring up only that particular month within a range of dates. I don't want it to look at the day or the year, but only the month. Example: I select January from the drop down list and my form will only display all records with dates that are in January regardless of month or year. Any help with this would be greatly appreciated. Thanks
Software/Hardware used:
MS Access 2007
ASKED:
May 25, 2012 4:48 PM
UPDATED:
May 25, 2012 8:16 PM
The problem is that I don’t know how to associate the “January” with the 01/**/**** in the date, and to tell it to only search for the 01 part of the date and nothin else.