hiding the database from the users.

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hey,

Basically, I am building a database which can only be used
to access information but can't be changed in any way.
Therefore, I need it to be read only. I am not sure how
to do that.

any help will be appreciated.

thanks in advance.

dan
 
Dan,

This might be a suitable approach... set the AllowEdits and
AllowAdditions properties of all your forms to No.
 
Back
Top