-
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
-
-
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...
-
Well at least now I know the problem only problem nopw is how to fix it!!!!!