Results 1 to 3 of 3
  1. #1
    afshin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    63

    maketable running without message windows

    i need to running one query (make table type) by command button clicking, without message windows showing,and all of that windows will revive YES answer by default.


    (message windows:3 windows that when running MAKE TABLE query,access informed to user about deleting previous record and insert new record)

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,815
    You are using a saved Access query object for the MakeTable query?

    Try:

    DoCmd.SetWarnings False
    DoCmd.OpenQuery "query name"
    DoCmd.SetWarnings True
    Last edited by June7; 01-10-2012 at 01:02 PM.
    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
    afshin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    63
    very very very tanks.

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

Similar Threads

  1. Replies: 12
    Last Post: 02-09-2012, 02:27 PM
  2. Replies: 13
    Last Post: 07-18-2011, 10:05 AM
  3. MakeTable Query with Variable user defined Name
    By Dinzdale40 in forum Programming
    Replies: 1
    Last Post: 03-09-2011, 11:26 AM
  4. Replies: 3
    Last Post: 07-15-2010, 05:53 PM
  5. Access 2003 and Windows 7
    By icedude in forum Access
    Replies: 4
    Last Post: 02-03-2010, 03:18 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