Secure DB for testing

P

Phil

Hi,

I have an Access DB that I want to give to a user for testing. However I
don't want this user to have access to the design area of any part of the DB.
Is it possible to restrict the user to only the data entry and report option
of a DB and restirct them from the design views and yet allow me access?

Thanks,
 
M

Mike Labosh

Certainly:

1. The really hard way: Use the Access User / Group security features
2. The fast easy way: Make an MDE file from your database and give the MDE
to the user. An MDE will run just like your MDB, but doesn't have any
designers at all.

Tools -> Database Utilities -> Make MDE File
 
Top