Message box question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    Message box question

    Hello,


    I am just wondering if there is a way to get rid of the message boxes. For example if i run a make table query every time I run it it pops up about 4 messages....

    Your about to paste XXXX rows.....
    You are about to delete XXXX rows....
    You have just pasted XXXX rows.....


    I'm wondering if there is a way to....i dunno turn these off or have code to bypass or hide them.
  • FishVal
    Recognized Expert Specialist
    • Jun 2007
    • 2656

    #2
    Originally posted by Stang02GT
    Hello,


    I am just wondering if there is a way to get rid of the message boxes. For example if i run a make table query every time I run it it pops up about 4 messages....

    Your about to paste XXXX rows.....
    You are about to delete XXXX rows....
    You have just pasted XXXX rows.....


    I'm wondering if there is a way to....i dunno turn these off or have code to bypass or hide them.
    Hi, Stang.
    You should take a look at DoCmd.SetWarnin gs method in Access help.

    Comment

    • Stang02GT
      Recognized Expert Top Contributor
      • Jun 2007
      • 1206

      #3
      Alright thank you very much!

      Comment

      • missinglinq
        Recognized Expert Specialist
        • Nov 2006
        • 3533

        #4
        Just remember to turn warnings back on after running your append or whatever! Otherwise you might miss some really important message!

        Linq ;0)>

        Comment

        • Stang02GT
          Recognized Expert Top Contributor
          • Jun 2007
          • 1206

          #5
          Originally posted by missinglinq
          Just remember to turn warnings back on after running your append or whatever! Otherwise you might miss some really important message!

          Linq ;0)>

          Thank you for the reminder, because if i turned them off i probably would have forgotten to turn them off :-}

          Comment

          Working...