Date Expiry Warning

  • Thread starter Thread starter Cameron
  • Start date Start date
C

Cameron

Can a warning message be dispayed when a date in a
specific column has expired. Can this be extended to
dispalay a message when a date is one month from expiry.
Is it possible to send an expiry warning in the form of
an e-mail from a DB.

Would appreciate any help.
 
You would have to open a recordset on a recurring basis - either on a
timed schedule or every time a database or certain form is opened. Use
a query with a parameter built on the datediff function to only return
records if they met your criteria. If records are returned, then you
send the email.

For assistance on the email automation aspect checkout "sendobject" in
the help system.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top