Hi
I have a command button on a form which runs an append query. If the user "cancels" and does not input any data, the following error occurs:
"Error 2001: You canceled the previous operation"
Here is the code:
Dim stDocName As String
stDocName = "PD_new_patient_append"...