Visual Basic Editor

R

Reott

We are working on a project to secure an Access database. We were going to
compile the database to an mde. However, the users have requested the
ability to still see the Visual Basic Editor. If we allow them access to the
editor is there a way to ensure that they can not change the VB code?
 
N

Norman Yuan

The only way to allow them to see VBA code is to give them *.mdb file along
with the *.mde.
 
Top