I have a simple db in which I am compiling profile information about customer contacts. General stuff like name, address, etc. and Birthday. I want to write a query that will show me anyone who has a birthday in the next 30 days. The info in the table is date/time and is formatted as short date. I am using between date() and date()+30 in the query but it doesn't seem to work.
I need to pull only the month and day of the birthday and compare that to the month and day of todays date plus the next 30 days. Anyone have any suggestions? Thanks.
I need to pull only the month and day of the birthday and compare that to the month and day of todays date plus the next 30 days. Anyone have any suggestions? Thanks.