I am trying to trap an error in my Access app in the VBA code. At this point the on error gets me the message "overflow".The code I'm using is as follows:
Err_PrepInvoices:
MsgBox "Error: " + Error$, 0, "PrepInvoices"
Resume
What else could I use to find out what is going on?
TIA!
Err_PrepInvoices:
MsgBox "Error: " + Error$, 0, "PrepInvoices"
Resume
What else could I use to find out what is going on?
TIA!