hidden form causing error on close

A

Andy G

I have a hidden form that I use for getting bits of information throughout
the application. When I close the system, by clicking the close button or
using DoCmd.Quit I get the error that it can't find my hidden form. Is
there anything I can do to avoid getting this error on close.

Thanks.
-Andy
 
J

John Vinson

I have a hidden form that I use for getting bits of information throughout
the application. When I close the system, by clicking the close button or
using DoCmd.Quit I get the error that it can't find my hidden form. Is
there anything I can do to avoid getting this error on close.

Thanks.
-Andy

Fix the code that is trying to "find the hidden form". Access itself
won't care, it'll just close the form (unless you have code in its
Close event to prevent it from closing, in which case you need to fix
that code).

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top