How to make a table read only in MS access 2007

Try this ..

Once the data has been entered:

1. Open the table in design view.
2. Open the Properties box (View menu).
3. Beside the table's Validation Rule in the Properties box (not the Validation Rule in the lower pane of the table design window, which applies
to a field), enter: False
4. Save, answering No to the question about testing existing data.
The Validation Rule is an expression that evaluates to True or False. Since this expression is always false, Access won't allow any entries or
alterations. You will need to prevent deletions in the form, set AllowDeletions to No.