The following code
"
Private Sub Label466_Click()
DoCmd.OutputTo acForm, "QME Notification", acFormatPDF
End Sub
"
works fine in full version A2007, however in runtime, if the user cancels the output to .pdf dialogue, an Onclick error is presented. The app continues to run, but the user must click OK. Can someone help me with some error handling for this? Thanks!
"
Private Sub Label466_Click()
DoCmd.OutputTo acForm, "QME Notification", acFormatPDF
End Sub
"
works fine in full version A2007, however in runtime, if the user cancels the output to .pdf dialogue, an Onclick error is presented. The app continues to run, but the user must click OK. Can someone help me with some error handling for this? Thanks!