Results 1 to 4 of 4

Thread: How do I disable popup messages when appending tables or updating etc...?

  1. #1
    Join Date
    Apr 2004
    Posts
    4

    How do I disable popup messages when appending tables or updating etc...?

    I keep getting pop messages when I try to append a table or delete or update a table. I'm sure its really easy but the microsoft help manual wasn't any help

  2. #2
    Join Date
    Jan 2003
    Location
    UK
    Posts
    277
    have a look in the help file at SetWarnings

    e.g.


    DoCmd.SetWarnings False 'turn off Access warning messages

    DoCmd.SetWarnings True 'turn them on again


    make sure everything is working nicely before disabling the warning messages!!

  3. #3
    Join Date
    Apr 2004
    Posts
    4
    Thanks for the help again. Unfortunately I still get prompted everytime I am make a change to a table using a query where it say "append 1 Row" or "Update 1 Row" etc... I would like the warning to stay on if there is something wrong but I dont need telling everytime I am running a query that its about to make a change.

    Any ideas?

    Regards

  4. #4
    Join Date
    Jan 2003
    Location
    UK
    Posts
    277
    can you post your code.

    You can turn the warnings on if an error occurs perhaps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •