How to lock linked table

Ossama22

Registered User.
Local time
Today, 11:47
Joined
Aug 31, 2018
Messages
52
Hello Guys,
I have an inquiry and i hope that anyone can help me,
I have a database and i import another database file as a(linked table),
My question is there anway to protect or lock the linked table only (in another way to be read only data)

Thanks in advance
 
It depends. What is the source of the other database table? Certain data sources are typically read only when you link to them in Access.
 
The easy way if you have a linked table in MS-SQL is not to have a primary key.
 
Could you tell me what u mean by linked with MS SQL?
 
MS SQL usually refers to "SQL Server" as a back-end system to host database files.

The way to protect the external data is to never let users see it directly. From the way you are asking this question, I wonder if you perhaps did not hide the database window from your users? You can look up the topic of "securing a database" to find out ways to protect your content. It takes a bit of work but you can protect your stuff pretty well, at least from casual damage.
 

Users who are viewing this thread

Back
Top Bottom