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
What does this mean: FW/IDC that is denying you access.
How to make a regular AD user an admin on a single server
MS Access query Find case sensitive matching records.
Customize Default Delimiters in Text Wizard?
Outlook 2003 problem setting up reccurring appointment
date is incompatible with int
Changing the IP address of a NT4 PDC
arrange worksheet ascending order
Cisco 1760 router has 2 flash
Excel 2007 VBA - Plot Area size not working