Don't allow your users to access and/or edit tables directly. You always want them to get the table data through a form. On the form, you can lock and unlock individual fields. If you want them to have a "spreadsheet like" view, use the datasheet view on a form. The same Locked property, available for each field, exists for the standard and datasheet views of your form.