Results 1 to 3 of 3

Thread: Disable or "Hide" Prompts?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2006
    Location
    In a Box
    Posts
    31

    Disable or "Hide" Prompts?

    Is it possible to disable or hide the append query prompt when you run an insert statement from a form in Access?

  2. #2
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: Disable or "Hide" Prompts?

    VB Code:
    1. DoCmd.SetWarnings False
    2. 'code
    3. DoCmd.SetWarnings True
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2006
    Location
    In a Box
    Posts
    31

    Re: Disable or "Hide" Prompts?

    Cheers. Worked a treat.

Posting Permissions

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



Click Here to Expand Forum to Full Width