Amy,
Generally speaking, tables can be seen during the development and
testing phases of your database, but should not be exposed to the user
in normal usage. The data should be accessed via forms, which are
designed for this purpose. In this case, a form has properties which
can be adjusted to achieve the effect you want, i.e. set the
AllowDeletions property (and maybe also the AllowEdits property?) to No.