razorkat99
Still figurin' it out
- Local time
- Today, 10:08
- Joined
- Oct 22, 2007
- Messages
- 35
Just when you thought there weren't enough questions in this forum having to do with date range.
No snide comments please, I've been searching the forum for a couple days now and still coming up with the same info I keep trying and then some.
All I'm trying to get is records for today's date + 60 days.
None of these arguments are working:
DateAdd("d",61,[LeaseExpiration]) - brings back 0 records
DateAdd("d",+61,[LeaseExpiration]) - brings back 0 records
>Date()-[How many days out?] -brings back all records 60 days or more
Date()-[How many days out?] -brings back 0 records
Date()+[How many days out?] -brings back 0 records
I would prefer not to use a date RANGE and I do have dates that fall w/in 60 days from today's date, so it should be bringing the records back. Where am I going wrong?

All I'm trying to get is records for today's date + 60 days.
None of these arguments are working:
DateAdd("d",61,[LeaseExpiration]) - brings back 0 records
DateAdd("d",+61,[LeaseExpiration]) - brings back 0 records
>Date()-[How many days out?] -brings back all records 60 days or more
Date()-[How many days out?] -brings back 0 records
Date()+[How many days out?] -brings back 0 records
I would prefer not to use a date RANGE and I do have dates that fall w/in 60 days from today's date, so it should be bringing the records back. Where am I going wrong?