access won't quit after form

  • Thread starter Thread starter peter
  • Start date Start date
P

peter

when done using this form, quitting the application only
minimizes access. it does not close out.

any help?
 
Make sure any data Objects (Recordsets, Collections, etc.) that you
are using in Form-related code are set to Nothing before the Form is
closed.
 

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

Back
Top