Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
We are using an access database updated by vba in an Excel form flowing between users. Some of the users have update authority and some of them have read-only authority. Normally system works well but sometimes it locks the MSAccess for update. I couldnt find the reason. Program which adds/deletes the records 10 second ago starts to give error message: Cannot start your application. The workgroup information file is missing or opened exclusively by another user. No one has authority to enter design view of tables/forms/reports except Admin. Following is the code to connect to the MSAccess: Dim dbs As DAO.Database Dim wrkSec As Workspace Dim rst As DAO.Recordset DBEngine.SystemDB = C:\AccessAuthorityFile\SYSTEM.MDW Set wrkSec = DBEngine.CreateWorkspace("", user, pwd, dbUseJet) ERROR message on this line Set dbs = wrkSec.OpenDatabase(MSAccessFile) Help please. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error on large Excel spreadsheet with VBA, written in '03 used inmixed '03 - '07 environment | Excel Discussion (Misc queries) | |||
the Add-Inn working in Office XP environment but in Office 2000 | Excel Programming | |||
Start Excel inside MSaccess with a makro | Setting up and Configuration of Excel | |||
When Running DDEInitiate, Error - Can't find MSAccess.exe? | Excel Programming | |||
pivotitems in a multiuser environment | Excel Programming |