DoCmd.DeleteObject

R

Ray

Will the following code run if the database (MDB) is currently opened by
multiple users?

DoCmd.DeleteObject acForms, "Form1"
 
Top