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
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