PDA

Click to See Complete Forum and Search --> : Unknown Error Message


whittam
Aug 18th, 2000, 08:01 AM
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

ttingen
Aug 18th, 2000, 12:01 PM
http://support.microsoft.com/support/kb/articles/Q189/8/51.ASP

JHausmann
Aug 18th, 2000, 12:54 PM
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...

whittam
Aug 18th, 2000, 11:53 PM
Well at least now I know the problem only problem nopw is how to fix it!!!!!