R
Randy
Access 2000. I cant seem to trap an error on my form. The error is:
"Microsoft Access was unable to append all the data to the table" Ive found
the error number is 10014. I've placed the following code in the on error
event of my form and tried it on the double click event of the control with
no luck. I still get the generic error. Here's the code i've t4ried to
use: Any ideas?...Thanks..Randy
If Err.Number = 10014 Then
Response = acDataErrContinue
MsgBox "These samples may have already been entered in the database.
Select another disk or click yes to continue"
Me.Undo
End If
"Microsoft Access was unable to append all the data to the table" Ive found
the error number is 10014. I've placed the following code in the on error
event of my form and tried it on the double click event of the control with
no luck. I still get the generic error. Here's the code i've t4ried to
use: Any ideas?...Thanks..Randy
If Err.Number = 10014 Then
Response = acDataErrContinue
MsgBox "These samples may have already been entered in the database.
Select another disk or click yes to continue"
Me.Undo
End If