Results 1 to 10 of 10
  1. #1
    theperson is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Posts
    28

    Reminder every 6 months

    I want to create a query that says starting on a specific date, every 6 months a reminder will pop up when a certain report opens (or form, preferably a report). So if I said the starting date is 10/16/2013, once April 16th, 2014 hits and this user opens the report, a message pops up.

    Another way would be to add that message to the report itself, so it's not technically a pop up but its built-in to the report.



    Thanks!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,628
    Can't do that in a query. That requires code behind a form or report.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    asmores is offline Novice
    Windows 2K Access 2003
    Join Date
    Mar 2013
    Posts
    20
    There is a better way through VBA but the easilest method if you know the future run dates is to use a conditional macro that says:
    Condition: "Date()=#04/16/14#"
    Action: "Msgbox"

  4. #4
    theperson is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Posts
    28
    I don't have much experience with macros. Where do you put the condition? I selected MessageBox in the action category but don't see where I put the condition.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,628
    I don't use macros but appears need to click the Conditions button on the ribbon.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #6
    theperson is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Posts
    28
    I don't see that option on my ribbon.

  7. #7
    asmores is offline Novice
    Windows 2K Access 2003
    Join Date
    Mar 2013
    Posts
    20
    In a new marco screen go to "View" on the top menu bar and select "conditions"

  8. #8
    theperson is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Posts
    28
    I inserted what my access macro screen looks like. I don't see View or conditions anywhere.

    Click image for larger version. 

Name:	WhereIsConditions.jpg 
Views:	12 
Size:	60.6 KB 
ID:	14081

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,628
    Sorry, Access 2010 has changed the macro builder. Don't have 2010 here. Look at the right side of your image. See the If under Program Flow? Click it, what happens?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  10. #10
    theperson is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Posts
    28
    I figured it out. I just had to start out with an IF statement under that drop down box. Thanks guys!

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

Similar Threads

  1. Replies: 7
    Last Post: 12-04-2012, 10:50 PM
  2. I need a 90 day reminder
    By weadwaker in forum Programming
    Replies: 3
    Last Post: 09-25-2012, 12:49 PM
  3. Follow-up Reminder
    By 1gambit in forum Access
    Replies: 6
    Last Post: 06-30-2012, 11:42 AM
  4. Reminder message box every 3/6/9/12 months
    By Koullis in forum Programming
    Replies: 2
    Last Post: 03-28-2011, 05:29 AM
  5. Timed Pop up reminder
    By Kananelo in forum Programming
    Replies: 1
    Last Post: 03-02-2011, 12:07 PM

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