M
Myriam
Hi, hope someone can help me.
I've been using a datediff function to get all dates <= 30
days of today.
DateDiff("d", date1, Date()) <=30.
This works fine but i don't want to see any dates greater
than todays date. for example if Date() = 16th Oct 03,
then dates such as 18th Oct 03 would still be returned
because it is <= 30 days.
I only want to see days which occured before today.
Any help would be great.
thanx.
I've been using a datediff function to get all dates <= 30
days of today.
DateDiff("d", date1, Date()) <=30.
This works fine but i don't want to see any dates greater
than todays date. for example if Date() = 16th Oct 03,
then dates such as 18th Oct 03 would still be returned
because it is <= 30 days.
I only want to see days which occured before today.
Any help would be great.
thanx.