Lock a Table

K

Kimon

Dear Sir/Madam,

How can i create a database file which inclunding lock data ? (such as
MSysObjects ? )

......I want to create a table which inclunding data that the user can not
edit and
modify also the structure of the table.
 
R

Rick B

To create a table that the user cannot access, you would need to implement
user-level security and take away the permissions for that table.
 
K

Kimon

Thank you.
--
Kimon


Rick B said:
To create a table that the user cannot access, you would need to implement
user-level security and take away the permissions for that table.
 
Top