Read-Only table link

J

Joel

Is there a way to specify that a table in an .mdb file,
linked from another split .mdb file, can be specified as
read-only?

Thanks!
 
J

Joe Fallon

Yes.
User level security.
It can be quite challenging to implement correctly (especially when you lock
down tables and use RWOP) so you have to decide if you can afford to spend a
few days on it or not.
 
Top