Hi -
I have a simple database with one date field named [Date] formatted for Short Date.
I'm keeping information about Anniversaries, Birthdays, holidays, etc. Anniversaries/Birthdays have dates that "are in the past".
I want to develop a query that will retrieve those records that fall within the computer system's date (month & day) and the next 14 days (2 weeks). In other words, I'm trying to find out "what will be happening in the next two weeks". I don't care about the fields YEAR.
I've been trying to use the BETWEEN...AND, but as we all know, you must use the # symbol for exact dates. I've fooled around with the DatePart function, DateAdd, Month & Day functions, etc. to no avail.
Any suggestion or ideas will be gladly welcomed.
I have a simple database with one date field named [Date] formatted for Short Date.
I'm keeping information about Anniversaries, Birthdays, holidays, etc. Anniversaries/Birthdays have dates that "are in the past".
I want to develop a query that will retrieve those records that fall within the computer system's date (month & day) and the next 14 days (2 weeks). In other words, I'm trying to find out "what will be happening in the next two weeks". I don't care about the fields YEAR.
I've been trying to use the BETWEEN...AND, but as we all know, you must use the # symbol for exact dates. I've fooled around with the DatePart function, DateAdd, Month & Day functions, etc. to no avail.
Any suggestion or ideas will be gladly welcomed.