B Ben May 15, 2008 #1 Hi all, How can I delete a form in Access from the Forms collection using vba code? Thanks, Ben --
D Daniel Pineault May 15, 2008 #2 Have you tried DoCmd.DeleteObject acForm, "YourFormName" -- Hope this helps, Daniel Pineault http://www.cardaconsultants.com/ For Access Tips and Examples: http://www.devhut.com/index.php Please rate this post using the vote buttons if it was helpful.
Have you tried DoCmd.DeleteObject acForm, "YourFormName" -- Hope this helps, Daniel Pineault http://www.cardaconsultants.com/ For Access Tips and Examples: http://www.devhut.com/index.php Please rate this post using the vote buttons if it was helpful.