hiding the database from the users.

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
 
S

Steve Schapel

Dan,

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