|
-
Oct 28th, 1999, 02:25 AM
#1
Thread Starter
New Member
Hi -
I am currently using the following VBA code to open an Access database.
Dim dbNew As DAO.Database
Set dbNew = DBEngine(0).OpenDatabase(mstrPathToDB)
Set rsSetup = dbNew.OpenRecordset("Setup")
I want to password protect the database to prevent unauthorized direct access.
What code do I need to add to unlock the database? Do I need to create a Workspace?
Thanks.
-
Oct 28th, 1999, 08:56 PM
#2
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|