Microsoft
Software
Hardware
Network
Question : How to open a database in Exclusive Mode
The only ways I know to open databases in exclusive mode are:
- Open the MS Access application (rather than an Access file), select an Access file, hit File/ Open, click on the arrow on the Open button, and select Open Exclusive.
Add this switch to the string that opens the database: /EXCL .
Are there any other ways?
Answer : How to open a database in Exclusive Mode
Like so:
Dim db As DAO.Database
Set db = OpenDatabase("YourMdbName"
, True)
The two you mentioned plus this one are the only ones I'm aware of. Well, there is also the OpenCurrentDatabase method also with the same Options parameter (True).
mx
Random Solutions
How do I differentiate font format within the same Text Box in a form using Access 2007?
Trouble inserting date into Access 2003 database from Excel VBA using SQL
IMPORT DATA TO ANOTHER DATABASE
Access 2007 Report Showing ID (Primary Key) - How Can I Show Value?
Companyweb keeps promoting administrator for username and password
Using FTYPE COMMAND in a batch file how to include "%1" by escaping the % sign.
Need some help with printing PrintDialogbox
'0' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum'.
Sucess Audit event id 540
access update set