Results 1 to 2 of 2
  1. #1
    rudi7109 is offline Novice
    Windows XP Access 2016
    Join Date
    Oct 2017
    Posts
    5

    Pop up messages

    I have three fields:

    Truck
    Start time
    End time



    Then Calculation field = minutesatediff("n",[starttime].[endtime])

    I want if the minutes on my calculation field reach 60 a popup message must appear saying Truck??? is at 60min with a accept button

    THX

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Triggering a 'popup' (InputBox or a form ?) requires an event. A calculation is not an event. Could use the BeforeUpdate or maybe AfterUpdate events of the 2 time fields.
    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. Error messages
    By Lou_Reed in forum Access
    Replies: 8
    Last Post: 12-08-2016, 11:34 PM
  2. Messages pop up one after other ?
    By jj1 in forum Access
    Replies: 2
    Last Post: 12-12-2014, 02:44 PM
  3. Messages
    By grankioto in forum Forms
    Replies: 1
    Last Post: 11-18-2010, 09:26 PM
  4. Custom messages to Access' default error messages.
    By evander in forum Programming
    Replies: 1
    Last Post: 06-26-2010, 02:06 AM
  5. Error Messages
    By DataGeek in forum Access
    Replies: 0
    Last Post: 12-06-2007, 09:56 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