Results 1 to 4 of 4
  1. #1
    peshonzi is offline Novice
    Windows XP Access 2007
    Join Date
    Jul 2011
    Posts
    21

    Question How to turn off notifications ?

    I have a question:



    Is it possible to turn off the notification that appears when a query is being run ?

  2. #2
    peshonzi is offline Novice
    Windows XP Access 2007
    Join Date
    Jul 2011
    Posts
    21
    and how...

  3. #3
    xpertoffice is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jul 2011
    Posts
    4

    Smile

    In VBA code:

    Docmd.Setwarnings false
    .... code that executes query ......
    Docmd.Setwarnings true

    When running query(s) from UI, uncheck option 'Confirm Action Queries' in Options/Client Settings (Acc 2010)

    xpertOffice...

  4. #4
    peshonzi is offline Novice
    Windows XP Access 2007
    Join Date
    Jul 2011
    Posts
    21
    thanks!

    I found it in the Access options

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

Similar Threads

  1. Turn off Navigation Pane
    By newtoAccess in forum Access
    Replies: 9
    Last Post: 08-01-2011, 11:32 AM
  2. VB to Turn off Notifications
    By jo15765 in forum Programming
    Replies: 4
    Last Post: 03-30-2011, 10:27 PM
  3. sound notifications
    By TheShabz in forum Access
    Replies: 7
    Last Post: 08-31-2010, 08:54 PM
  4. Turn warnings off
    By Mclaren in forum Programming
    Replies: 6
    Last Post: 05-03-2010, 12:07 PM
  5. Replies: 5
    Last Post: 01-29-2010, 11:09 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