G
Guest
Windows XP, MS Access 2000
======================
Hi,
I have the following line of code in the OnClick property of a button on a
form:
DoCmd.Quit acQuitSaveNone
I wanted to confirm (and make sure there are no pitfalls) that if multiple
instances of the form/database are open at the same time on different (or
same) machines, clicking on this button will close only that particular
instance of the database/form, and not all the databases that are open at
that time.
Thanks.
-Amit
======================
Hi,
I have the following line of code in the OnClick property of a button on a
form:
DoCmd.Quit acQuitSaveNone
I wanted to confirm (and make sure there are no pitfalls) that if multiple
instances of the form/database are open at the same time on different (or
same) machines, clicking on this button will close only that particular
instance of the database/form, and not all the databases that are open at
that time.
Thanks.
-Amit