Results 1 to 4 of 4
  1. #1
    zyan31 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2015
    Posts
    2

    reminder pop up return date

    Re: https://www.accessforums.net/access/...age-28251.html

    Quote Originally Posted by June7 View Post
    Code in switchboard form Open event like:

    If DCount("ID","table","DueDate=#" & Date() + 1 & "#") > 0 Then
    If MsgBox("Books are due tomorrow. Do you want to review?", vbYesNo) = vbYes Then
    DoCmd.OpenForm "formname"
    End If
    End If



    Hello, i'm a total newbie in access. I dont really get it, can u explain to me in details on how can i get the pop up message to show? i use your codes and its getting error at the "If DCount("ID","table","DueDate=#" & Date() + 1 & "#") > 0 Then". I already changed the details
    Last edited by June7; 04-10-2015 at 10:13 AM. Reason: Split thread

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,953
    Changed what details - using your actual table and field names? Post your actual code or database for analysis.

    What is the exact error message?
    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
    zyan31 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2015
    Posts
    2
    Hello June7. Can i have your email cos i need to email you my database. Tq.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,953
    I do not provide email. Attach db to post in thread or upload to fileshare site such as Box.com and post link to file.
    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.

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

Similar Threads

  1. Replies: 2
    Last Post: 09-23-2014, 11:32 AM
  2. Trigger A Reminder to Occur At A Later Date
    By wes9659 in forum Access
    Replies: 7
    Last Post: 04-23-2014, 01:01 PM
  3. Replies: 3
    Last Post: 04-01-2012, 01:40 PM
  4. Replies: 1
    Last Post: 12-15-2011, 08:47 AM
  5. advance date reminder
    By Denis in forum Database Design
    Replies: 1
    Last Post: 11-14-2010, 07:40 AM

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