G Guest Jul 1, 2006 #1 Will the following code run if the database (MDB) is currently opened by multiple users? DoCmd.DeleteObject acForms, "Form1"
Will the following code run if the database (MDB) is currently opened by multiple users? DoCmd.DeleteObject acForms, "Form1"
A Alex Dybenko Jul 1, 2006 #2 If form is opened by some other user that time - then this code fail. you can try to open your database on the same PC with 2 instances of Access and see yourself -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com
If form is opened by some other user that time - then this code fail. you can try to open your database on the same PC with 2 instances of Access and see yourself -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com