Message 1 of 4
DataBase Permisions

Not applicable
05-03-2001
05:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
Here is one I can not figure out and am hoping that some of you database
masters out there can help me out. I have a connection to my desired
database. I know this connection works because I have tested it with other
databases I have. This database is special in that it requires a special
"Work Group Admin" privilege to be set on the system and a password to even read
from it.
masters out there can help me out. I have a connection to my desired
database. I know this connection works because I have tested it with other
databases I have. This database is special in that it requires a special
"Work Group Admin" privilege to be set on the system and a password to even read
from it.
The database has to stay this way because of some proprietary software we
have that is connected to it. Basically we go into the WinNT\System32\
directory and run the program: WRKGADM.EXE. This allows us to select the
desired (.MDW -Microsoft Access workgroup information file). Instead of
using the default (System.mdw) we have one that was created for us called
(master_Factrack.mdw) Now when I join this "Work Group Administrator" I
have access to open edit and read the desired database table as long as I enter
the password upon opening the database.
have that is connected to it. Basically we go into the WinNT\System32\
directory and run the program: WRKGADM.EXE. This allows us to select the
desired (.MDW -Microsoft Access workgroup information file). Instead of
using the default (System.mdw) we have one that was created for us called
(master_Factrack.mdw) Now when I join this "Work Group Administrator" I
have access to open edit and read the desired database table as long as I enter
the password upon opening the database.
System.mdw file is loaded and I open the database, when I try to open a
table I get the following error message from Access: "Couldn't read definitions;
no read definitions permission for table or query 'tblfacilities'. and the
table does not open.
table I get the following error message from Access: "Couldn't read definitions;
no read definitions permission for table or query 'tblfacilities'. and the
table does not open.
If the special file (master_Factrack.mdw) is loaded then the database opens
fine with the password.
fine with the password.
Now, when I try to connect to a field through VBA, with either the
System.mdw or the master_Factrack.mdw loaded, I get the following error from
VBA: "Record(s) cannot be read; no read permissions on 'tblFacilities'.
And the macro ends.
System.mdw or the master_Factrack.mdw loaded, I get the following error from
VBA: "Record(s) cannot be read; no read permissions on 'tblFacilities'.
And the macro ends.
My question is... how do I get around this? Is there a way to load
the necessary password and login into the VBA code to open the database and
desired table?
the necessary password and login into the VBA code to open the database and
desired table?
Please Help. Sorry its so long but I wanted to make sure I provided
all info required.
all info required.
Thanx in advance,
Rob