Invalid Procedure Call

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have made some additions to a form and test to make sure it works fine.
Everything seems to be working when suddenly, I keep getting the error dialog
box:

Invalid procedure or argument

But it doesn't seem to really pinpoint where the cause is. How do I go about
debugging this error? Thanks.
ck
 
Is there any code in your form? If so, then open the form in design mode,
open the VB editor, put a breakpoint, and trace it.
 
Thanks Klatuu. You have already helped me on this in another post (How to
remove code?) Basically, this was just one the first of the many error
messages I saw and I panicked. But after creating a new db and importing the
objects like you said, the problem is gone. Thanks again.
ck
 
Back
Top