How can I add a flag notification to a field?

S

Soul4lyUrs

I would like to add a flag notification to the date field in my database so
the day before the due date, I will receive notification of the due date.
 
C

Chris Mills

You don't store calculated info of course. Do a comparison using DateAdd and
Date(), using a Query.

Chris
 
Top