notify days passed

D

Duckula

I need the database to keep tabs on my work progress. I am looking to
automate a procedure where after a length of a number of days lets say 5 it
will notify me that this record has not been actioned and 5 days have passed,
the same for 10 etc

Hoping you can help, i know its a short discription but its the only way i
can describe what i need
 
R

Rick B

You can do this in a query by putting criteria under the "date added" field
like...

< Date()-5
 
Top