Lock a Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
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.
 
Back
Top