Results 1 to 3 of 3
  1. #1
    sk88 is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    183

    MsgBox after exporting

    Does anyone know the codes for MsgBox to appear after exporting?



    I have codes for exporting my queries to C Drive but the codes are in such a way that it does not tell me that it is finished or where exactly it has been saved. I would like a msgbox to appear when exporting is done. like "Your export has been completed" or something like that

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2007
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    Add this line to your export code
    Code:
    MsgBox "Your download is complete."
    Alans

  3. #3
    sk88 is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    183
    Quote Originally Posted by alansidman View Post
    Add this line to your export code
    Code:
    MsgBox "Your download is complete."
    Alans
    Thanks Alansidman! Your code works perfectly!

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

Similar Threads

  1. Help with vbYesNo msgbox
    By focosi in forum Access
    Replies: 10
    Last Post: 08-13-2011, 01:48 PM
  2. MsgBox
    By Mtyetti in forum Forms
    Replies: 4
    Last Post: 07-27-2011, 01:51 PM
  3. Msgbox with data in
    By AndycompanyZ in forum Programming
    Replies: 9
    Last Post: 06-27-2011, 07:52 AM
  4. Custom MsgBox
    By roccoIT in forum Programming
    Replies: 3
    Last Post: 07-06-2010, 10:43 AM
  5. Yes No Cancel MsgBox
    By Rick West in forum Forms
    Replies: 5
    Last Post: 04-14-2010, 08:57 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