How lock accdb file table?

  • Thread starter Thread starter yousef
  • Start date Start date
On Sat, 30 Jan 2010 07:09:01 -0800, yousef <[email protected]>
wrote:

There is no way to lock an individual table. The closest you can get
is "Encrypt with Password" on the Database Tools ribbon. This is for
the database as a whole.

-Tom.
Microsoft Access MVP
 
You asked a "how" question ... and told us how you want to do it.

If you mean "what", as in "I want to keep folks from linking to the tables
in my database", folks here may be able to offer ways to handle that.

For example, if you data were stored in a SQL Server back-end, you could use
the security that SQL-Server offers to prevent folks from seeing the tables.

Good luck!

--

Regards

Jeff Boyce
Microsoft Access MVP

Disclaimer: This author may have received products and services mentioned in
this post. Mention and/or description of a product or service herein does
not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top