Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting data from a Passworded table in access

Status
Not open for further replies.

Jimgarry

MIS
May 16, 2000
112
Hi, thanks in advance,
Im attempting to gain data from an Access Database that is password protected. I know the password but how do I pass this password through the vb form to open the record source?

Im just createing a simple form thanks for the help
Jim
 
Hi Jim,

Add this line,

SetDefaultWorkspace "UserName", "PassWord"

before opening your database.

Hope this helps,


Ango
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top