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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linked Tables - Password Secured database

Status
Not open for further replies.

DavidMurray

Programmer
Joined
Aug 13, 2002
Messages
2
Location
US
I have created a client server application both using Microsoft Access 2000. The client opens using an autoexec macro which does a number of things including deleting and relinking tables to the client application. I have tried to set a password on the server application. The issue I have is that when the client tries to re-establish the link to the server it requests the password for each table that is being linked to the client. In the end none of the tables appear to have linked to the client application. Any help, thoughts etc. would be greatly appreciated. Thanks.
 
Look up TransferDatabase Method in Access Help. You can do the relink with code and include login information with it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top