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
Exchange Sever 2007, forwarding to multiple recipients
VBS Excel script
The AD schema has not been updated to support synchronization with Citrix Password M anager
Customizing Outlook 2007 Contact form
Date stamp calculated field in Access table
Hyper-V Core 2008R2 Cluster Issues with volumes
Terminal Services 2008
terminal services gateway server is temporarily unavailable
Excel Keep/Delete Records in Sheet1 that are in Sheet2
Menu accelerators not working