Results 1 to 4 of 4
  1. #1
    BLFOSTER is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2013
    Posts
    68

    Click event of form?

    I would like to display a msgbox that tells the user a query is still opening if the user clicks around the form while waiting.....is this doable?

  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,929
    Cannot open msgbox while other process is running.

    Can try changing the cursor to an hourglass before the code that opens query then change it back after. Or make a label with message visible before then not visible after.

    A query takes that long to open?
    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
    BLFOSTER is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2013
    Posts
    68
    Oh I see...thank you! Yes this query is counting and takes about 30-45 seconds to open. People can get real impatient

  4. #4
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    I usu. have a label (normally invisible) but when they click the button, A Big Red label appears and says "processing..." (hrglass too).
    This way they KNOW its running.

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

Similar Threads

  1. Replies: 1
    Last Post: 02-18-2014, 02:16 PM
  2. Dbl Click Event on Form Header
    By drunkenneo in forum Forms
    Replies: 1
    Last Post: 11-18-2013, 04:04 AM
  3. Replies: 1
    Last Post: 08-24-2012, 06:50 AM
  4. On Click Event For Button On Form
    By Desstro in forum Forms
    Replies: 3
    Last Post: 08-09-2010, 02:36 PM
  5. On Click Event Procedure
    By MrDean in forum Forms
    Replies: 3
    Last Post: 10-07-2009, 07:16 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