Cancel on Print Dialog error

K

Kincaid

I am trying to get around a serious error that occurs in my application if I
bring up a report to print and then click the "Cancel" button on the Print
Dialog form. Doing so results in an error that closes the database. I know
there's an error code to trap for but I can't for the life of me find it
anywhere. Any help would be appreciated!
 
A

Adam Turner via AccessMonster.com

Kincaid said:
I am trying to get around a serious error that occurs in my application if I
bring up a report to print and then click the "Cancel" button on the Print
Dialog form. Doing so results in an error that closes the database. I know
there's an error code to trap for but I can't for the life of me find it
anywhere. Any help would be appreciated!

On Error Go To?
 
Top