MS Access 2003 multi-users application : Any other way than granting all users full windows permissions to the directory?

别说谁变了你拦得住时间么 提交于 2019-12-11 21:08:00

问题


Some users will use the database as read-only and some will need to add, delete and update records.

Now, users that will be read-only on the database also have the read-only rights as windows permissions on the backend directory. What happens obviously is that the backend becomes read-only.
I thought using the access security thingy would counter that but it seems not.

So my question is, is it something I am doing wrong or is there really no other way ?

Thanks for any input.

Edit : Just for clarification, what I mean is when a read only users use the database, the users that should be able to add, delete or update database can't.


回答1:


Access user level security is not going to change the permissions on the folder. ULS can control what your users can do.

I understood your question, it implies that ULS could somehow modify the permissions that you have set too stringently. You must set the folder permissions so that all users have add & edit permissions.



来源:https://stackoverflow.com/questions/3397383/ms-access-2003-multi-users-application-any-other-way-than-granting-all-users-f

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!