Date Query issues for a newby

Neo-fite

Registered User.
Local time
Today, 11:57
Joined
May 17, 2011
Messages
60
I have a query that I am working on which the table includes Date1 and Date2. I want to create a query that will return all instances Date2 is either = Date1 or is upto 3 days after Date1.

I've tried using this type of coding, but I suspect the "+1" isn't correct for a date.

[Date1] +1 = [Date2]

Help Please.
 

Users who are viewing this thread

Back
Top Bottom