Home All Groups Group Topic Archive Search About

look for VBA codes to make Tables and Quries to be READ ONLY

Author
1 Dec 2006 3:25 PM
Moz
Anyone out there knows how to write VBA codes to make the Tables and
Queries to be "READ ONLY" in a database, so when we convert that
database to a "MDE" mode, the user can run application, view but not to
alter the design of Tables and Queries.  Your help is much appreciated.

Author
1 Dec 2006 7:12 PM
Lynn Trapp
If you implement User Level Security, you can put the appropriate users in a
Read Only group and then give them access to the data via RWOP Queries.

--

Lynn Trapp
Microsoft MVP (Access)
www.ltcomputerdesigns.com


Show quoteHide quote
"Moz" <huiko***@yahoo.com> wrote in message
news:1164986724.040924.249140@79g2000cws.googlegroups.com...
> Anyone out there knows how to write VBA codes to make the Tables and
> Queries to be "READ ONLY" in a database, so when we convert that
> database to a "MDE" mode, the user can run application, view but not to
> alter the design of Tables and Queries.  Your help is much appreciated.
>