Results 1 to 3 of 3

Thread: VBA - Deleting a record without a prompt? (Resolved)

  1. #1

    Thread Starter
    Addicted Member Bazzlad's Avatar
    Join Date
    Jun 2003
    Posts
    227

    VBA - Deleting a record without a prompt? (Resolved)

    I'm working in Access, and would like to delete a record without a prompt coming up.


    Cheers,
    Bazz
    Last edited by Bazzlad; Jul 20th, 2006 at 03:52 AM.
    *And you'll see, Everything you stand for is fake*
    http://www.rhesusrock.com

  2. #2

    Thread Starter
    Addicted Member Bazzlad's Avatar
    Join Date
    Jun 2003
    Posts
    227

    Re: VBA - Deleting a record without a prompt?

    I remembered !

    DoCmd.SetWarnings False
    *And you'll see, Everything you stand for is fake*
    http://www.rhesusrock.com

  3. #3
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: VBA - Deleting a record without a prompt? (Resolved)

    You can also do this for all databases opened in your copy of Access by deselecting "Confirm action queries" or similar under the Options menu. This wouldn't affect others opening the db, though.
    Tengo mas preguntas que contestas

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