Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a table read-only in Access?

I have made up Tracker form in Access 2013 in which end user update their daily routine tasks. I want to keep the table as read-only so that no one can make any unauthorized changes in the existing data.

Is there any way to do that in Access?

like image 649
user3497327 Avatar asked May 19 '14 12:05

user3497327


1 Answers

One solution would be to

  • move the reference table into a separate database file,
  • make that file read-only (e.g., by using Windows permissions on the file), and
  • use a Linked Table in the main database to access the reference table.
like image 144
Gord Thompson Avatar answered Nov 15 '22 10:11

Gord Thompson