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

  • Thread starter Thread starter Moz
  • Start date Start date
M

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.
 
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.
 
Back
Top