Delete A Form

  • Thread starter Thread starter DS
  • Start date Start date
Assuming the form is not open, DeleteObject should do the trick:
DoCmd.DeleteObject acForm, "Form1"
 
Allen said:
Assuming the form is not open, DeleteObject should do the trick:
DoCmd.DeleteObject acForm, "Form1"
Thanks Allen, just what I needed!
DS
 

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