I guess this is a two part problem, I haven't used access in a long time and cannot remember anything.
I have a training database and what to be able to automatically e-mail people if they are within 90 days of their expiration date.
Someone told me to use DateDiff but am not getting anything back from the query. Here are some of the examples someone told me to use and I am not getting anything:
Datediff("d",Date(),[expiration date])=>83,<90
datediff("d),Now(),[expiration date])=(between 83 and 90)
(I don't want to continue e-mailing the same people every week so I need to be able to have the people e-mailed the week before drop off the query)
Lastly what do I need to do to automatically e-mail both the person and the supervisor? (Both e-mail addresses are stored in the database).
Thanks so much, any help would be greatly appreciated![]()