Results 1 to 2 of 2
  1. #1
    jlgray0127 is offline Competent Performer
    Windows 7 64bit Access 2003
    Join Date
    Oct 2011
    Location
    Central Illinois
    Posts
    185

    docmd.echo

    I'm sure this is an easy one! I have been looking for about 40 minutes trying to find a quick answer to this.


    I have a module to refresh all my forms when I click a button.

    The code for the button is below:

    Private Sub Command217_Click()
    Me.Refresh
    Call RefreshForms
    End Sub

    I'm would like to use echo when it starts so all the flickering is not going on with my form, and a message box saying the "Calculating" to display,
    then to repaint the form when done, which is to stop the echo command.

    I think if I could understand what was happening exactly with the echo and how it calls the message box, I could have figured it out, but for some reason, I can not get this fairly simple task to click in my head.
    Any help is greatly appreciated!
    Thanks in advance!

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    Never used Echo so I Googled. Looks like a good discussion at http://social.msdn.microsoft.com/For...5-e40df9a16efc

    I don't think there is a 'message box' - review http://msdn.microsoft.com/en-us/libr.../ff193863.aspx
    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: 10
    Last Post: 03-12-2013, 01:41 PM
  2. Need help w/ docmd.openreport
    By jwill in forum Reports
    Replies: 3
    Last Post: 06-04-2012, 09:49 PM
  3. VBA MsgBox Print .Echo Freeze
    By Jester0001 in forum Programming
    Replies: 4
    Last Post: 05-18-2012, 05:03 PM
  4. Echo on/off
    By nigel brown in forum Access
    Replies: 3
    Last Post: 12-08-2010, 08:28 AM
  5. my first DoCmd.RunSQL
    By broecher in forum Programming
    Replies: 4
    Last Post: 11-05-2010, 09:35 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