Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reminder

Status
Not open for further replies.

cherrielwy

IS-IT--Management
Jul 30, 2003
27
0
0
MY
Hi,


I have a database which will store the data for quotation.I need to update the status(win/lose) for each quotation if the customer didn't reply me. Can i set a reminder in my database to remind me to update the status after one month from the date i sent out quotation.
Thank You
 
You could create a query that returns all the quotations older than 30 days using the quotation date field and a > 30 filter

Date() - QuotationDate
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top