D
Debug AC via AccessMonster.com
After Inserting the record into dataBase and then click on the Form/Refresh
the Form
I get this error
"3426: This action was cancelled by associated objects"
Sample Code
Private Sub Form_AfterUpdate()
'Write additional Record to tblTemp
Me.RecordsetClone.AddNew
Me.RecordsetClone!flTdOrderDetailID = Mid(Me.txtNumber, 5)
Me.RecordsetClone!flTdDateToVHO = txtDateReturned
Me.RecordsetClone!flTdRMANumber = txtMANumber
Me.RecordsetClone!flTdReasonForReturn = txtReasonForReturn
Me.RecordsetClone!flTdNCWarranty = -1
Me.RecordsetClone.Update
End Sub
Can you tell me how to fix this problem?
the Form
I get this error
"3426: This action was cancelled by associated objects"
Sample Code
Private Sub Form_AfterUpdate()
'Write additional Record to tblTemp
Me.RecordsetClone.AddNew
Me.RecordsetClone!flTdOrderDetailID = Mid(Me.txtNumber, 5)
Me.RecordsetClone!flTdDateToVHO = txtDateReturned
Me.RecordsetClone!flTdRMANumber = txtMANumber
Me.RecordsetClone!flTdReasonForReturn = txtReasonForReturn
Me.RecordsetClone!flTdNCWarranty = -1
Me.RecordsetClone.Update
End Sub
Can you tell me how to fix this problem?