run time error

  • Thread starter Thread starter kallie
  • Start date Start date
K

kallie

What is a run time error 2501? Or where do I find out
what this means and how to fix it?
 
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.
 
Back
Top