table security

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

Guest

Is there any one who can help me by sercuring my tables.
I 've a mde and my clients may not be able to link or import the tables from
my mde into there databases.
How do i do this??
 
vermar said:
Is there any one who can help me by sercuring my tables.
I 've a mde and my clients may not be able to link or import the
tables from my mde into there databases.
How do i do this??

You can implement user-level security in Access. You can deny all
permissions to the tables, and use run-with-owner permissions queries for
all data interaction. Download and study the security FAQ at
http://support.microsoft.com/?id=207793

I've also outlined the detailed steps at
www.jmwild.com/AccessSecurity.htm

Even if you implement security, realize that those determined can hack it.
 
Back
Top