P
Pat
I want to make sure that only 1 user is able to launch the database and run
the app. What is the best way to accomplish this?
the app. What is the best way to accomplish this?
Dale said:If all you want to do is make sure that no more than one person can
use the database at a time, then you can set the databases Default
Open Mode (Tools -> Options - Advanced tab) to Exclusive.
Pat said:I want to make sure that only 1 user is able to launch the database and run
the app. What is the best way to accomplish this?
Stuart McCall said:Add the following to the target field of all shortcuts that open the
database:
" /excl"
(don't type the quotes)