Run-time error 3326 and MDW file

D

David

Hi, all

I am trying to set-up an access 97 database so that my user group staff can
only read data. As this is the first time I have set-up the security mode I
have the following questions:-

I have set the user group so the table has no ticks set which I thought was
all I needed to do. However I get run-time error 3326 "This record-set is
not updateable "and an error statement 2448 so what else do I need to do?

And my final question:-

I have made a new MDW file for this db how do I link it to this database and
have the default system.mdw file still linked to the rest of the databases
and any new db I create.



Thank you
 
J

Joan Wild

David said:
Hi, all

I am trying to set-up an access 97 database so that my user group
staff can only read data. As this is the first time I have set-up the
security mode I have the following questions:-

I have set the user group so the table has no ticks set which I
thought was all I needed to do.

I would think you'd want to give them at least Read Data permissions on the
tables. Alternatively, you can remove all permissions and use run with
owner permissions (RWOP) queries for all data interaction.
I have made a new MDW file for this db how do I link it to this
database and have the default system.mdw file still linked to the
rest of the databases and any new db I create.

Use the workgroup administrator to rejoin system.mdw as your default. Then
create a desktop shortcut to launch your secure mdb. Its target would look
like...

"path to msaccess.exe" "path to mdb" /wrkgrp "path to mdw"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Changing MDW File (?) 0
Acc2007 Now Looking for MDW File 1
mdw file location for split dbs 3
Saving the .mdw file 6
Reset to default mdw on exit 8
Remove Access Security 1
*.mdw per database 1
.mdw on vista 3

Top