FluffyKitty
Instructor
ok, here's the deal:
> I have a date field [ReminderDate]
> The user needs to be able to select a month (Jan-Dec) via a combo box on a form...then
> I need the query to return all records that have the matching month (i.e. March) EXCEPT current year ('03)
> Example: 3/1/01, 3/1/02, 3/1/03 - The query would return the 3/1/01 & 3/1/02 BUT NOT the 3/1/03
I've tried to run a query using the month() and the <>Year(Now()) functions but I can't seem to figure out how to work the form into the picture because the month is a 'string'. Anyway, I searched the threads and couldn't find a matching answer, so if anyone can direct/help me I would greatly appreciate it.
Thanks in advanced for all your help,
FluffyKitty
> I have a date field [ReminderDate]
> The user needs to be able to select a month (Jan-Dec) via a combo box on a form...then
> I need the query to return all records that have the matching month (i.e. March) EXCEPT current year ('03)
> Example: 3/1/01, 3/1/02, 3/1/03 - The query would return the 3/1/01 & 3/1/02 BUT NOT the 3/1/03
I've tried to run a query using the month() and the <>Year(Now()) functions but I can't seem to figure out how to work the form into the picture because the month is a 'string'. Anyway, I searched the threads and couldn't find a matching answer, so if anyone can direct/help me I would greatly appreciate it.
Thanks in advanced for all your help,
FluffyKitty
