make a file read only

R

Rick Brandt

kenw100 said:
How do I make link read-only so I don't accidentally
change live data?

Use a query based on the linked table instead of the table itself and set
the RecordSourceType to Snapshot.
 
Top