run time error

K

kallie

What is a run time error 2501? Or where do I find out
what this means and how to fix it?
 
C

chris

This error is raised when the opening of a form or report
for example is cancelled before completion. This can
happen by design (setting cancel = true) or by accident
(including a close staement in the open event).
If yours is by design, trap it and discard it.
 
Top