Results 1 to 5 of 5

Thread: Error message while adding new record

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Itabirito,Minas Gerais, Brazil
    Posts
    79
    Hi, folks!

    I'm receiving the following error message
    "Run time error '3246' - this action was cancelled by an associated object"
    when clicking a button which runs the line MyDataControl.Recordset.Addnew

    What can be the problem?

    Thanks in advance for any help,
    Roselene

  2. #2

  3. #3
    Addicted Member
    Join Date
    Mar 2000
    Location
    bebenia, PA, USA
    Posts
    241
    you have to have an edit to open up the database first for editing before you add new; try this

    MyDataControl.Recordset.edit
    MyDataControl.Recordset.Addnew
    MyDataControl.refresh

  4. #4
    Junior Member
    Join Date
    Jan 1999
    Location
    Halifax, NS Canada
    Posts
    30

    Error 3426

    Go to this site and you will find the solution to your problem:

    http://support.microsoft.com/support.../Q189/8/51.asp

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Itabirito,Minas Gerais, Brazil
    Posts
    79

    Thanks

    Hi, folks

    Thanks for taking the time to help me. I could solve my problems by using the info you have told me about.

    Thanks again!
    See you, Roselene

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