K
KevinS
In my database is a certification field that should be less than a year old.
I would like to project which certifications are going to expire in the next
3 months.
I copied this from a previous posting and tried >=Date() And
<DateAdd("d",Date(),90) but I got 0 results. Do i need to replace something?
Thank you.
I would like to project which certifications are going to expire in the next
3 months.
I copied this from a previous posting and tried >=Date() And
<DateAdd("d",Date(),90) but I got 0 results. Do i need to replace something?
Thank you.