Brad
That depends ...
Are you looking for a fool-proof security system, guaranteed not to allow
unauthorized entry? (if so, consider using a more robust back-end, like
SQL-Server or ...)
Are you looking to prevent casual lookie-lou's from messing with the table
structure? (if so, don't tell them where the back-end is...)
Are you looking to prevent data editing directly in the underlying tables?
Don't let your users ever see a table! Access tables store data, Access
forms (and reports) display data. You can make a FORM read-only, without
ever touching the back-end table...
More info, please...
--
Regards
Jeff Boyce
Microsoft Access MVP
Disclaimer: This author may have received products and services mentioned in
this post. Mention and/or description of a product or service herein does
not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.