Results 1 to 2 of 2
  1. #1
    wes9659 is offline Advanced Beginner
    Windows 8 Access 2010 64bit
    Join Date
    Apr 2014
    Location
    Dover, Ohio
    Posts
    88

    Email Triggered by Query date


    I would like to create a query that would do the following give me all dates that occurred within the last six months triggered by a date entered into table which when reached it would trigger an email being sent. To explain more detail I am working on a funeral home database. (Which seems like a never ending but I am learning so much so I want to keep building it). Once I enter the date of death field name (DOD) I want query to all deaths that happen prior to past six months from current date. Which would trigger and email that would notify me to send a follow up letter for family. How would I achieve this any ideas? Once again I am a novice and I want to thank everyone in advance for all their help, I could have not did any of this without this forum.

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Between DateAdd("m", -6, Date()) And Date()
    'Last 6 Months.Substitute your date field.


    HTH

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 05-07-2014, 09:25 AM
  2. Email Alerts when Due Date approaches
    By shariq1989 in forum Programming
    Replies: 0
    Last Post: 07-13-2012, 10:01 AM
  3. Automate the email at desired date and time
    By A S MANN in forum Sample Databases
    Replies: 0
    Last Post: 11-08-2011, 10:56 PM
  4. Replies: 3
    Last Post: 04-28-2011, 10:46 PM
  5. Due date email
    By windwardmi in forum Forms
    Replies: 4
    Last Post: 12-04-2010, 04:49 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums