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!

Newbie. Password exchange between front and back end. 1

Status
Not open for further replies.

Plumes

Technical User
Jan 27, 2004
18
AU
Hi All

I am currently using some code from a thread I found on here to on open check the links between the front end (forms etc.) and the back end (tables). If it can't find the links it asks the user to find the back end. This works fine.

I need to password the back end of the db, but still allow the relink operation to work without the user needing the password. Is there some way the front end can hold and supply the password for the back end when necessary??????

Matt.
 
Matt,

Use something like the following :
Set dbBackend = OpenDatabase(strBackend, False, False, "; pwd=" & strPassword)



"In three words I can sum up everything I've learned about life: it goes on."
- Robert Frost 1874-1963
 
DaOtH,

Thanks that worked brilliantly!

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top