Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Security / September 2007

Tip: Looking for answers? Try searching our database.

How can I password just one table in my database ?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
envirographics@bigfoot.com - 28 Sep 2007 10:39 GMT
Hi, My Access 2003 sp1 database currently has no need for a password
and resides on a non networked PC. I am adding a table for some
confidential data and would like to have that table password
protected. Can I do this within that dbase ?
Cheers
Envirographics
'69 Camaro - 28 Sep 2007 12:51 GMT
Hi.

> I am adding a table for some
> confidential data and would like to have that table password
> protected. Can I do this within that dbase ?

Not within a Jet database.  Besides, confidential data or data that needs
security should never be stored in a Jet database, because it's not secure.

However, you can install a free version of one of the major database
engines, such as SQL Server 2005 Express or Oracle 10g Express, and store
the confidential data in a secure table there.  Then provide the users with
an Access form where they type a User ID and password.  If the user provides
a valid User ID and password, then link to the table in SQL Server or
Oracle.  The user can then open the table.  After the user is finished,
ensure that the code deletes the link to the secure table, so that the next
user has to provide a valid User ID and password to link to the table again.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.