Results 1 to 4 of 4

Thread: Unknown Error Message

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    Australia
    Posts
    37

    Unhappy

    I am getting the following error message but can't work out what it relates to
    Microsoft help files contain no information and the process I am taking is no different than normal
    Can anyone help me??
    Have included the code and the error message occurs on the Data2.Recordset.Update line

    Error 3426 – This action was cancelled by an associated object


    If Availability = False And EditRecord = True Then
    MsgBox "This Agent has another appointment. The inspection will be cancelled", vbOKOnly, "Notification Of Cancellation"
    Data2.Recordset("TakenPlace") = "C"
    Data2.Recordset.Update
    EditRecord = False
    Else

  2. #2

  3. #3
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    3426 is more than the support article states. It appears to be a generic error that can be caused by ttingen's reference, nulls being added in fields that don't support them, datatype conflicts and, possibly the failure of the programmer to sacrifice a goat to Microsoft...

    Among others...

  4. #4

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    Australia
    Posts
    37

    Exclamation

    Well at least now I know the problem only problem nopw is how to fix it!!!!!

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