linking tables from pw protected MDB

T

Thomas Winkler

Hi,

in the past I used

DoCmd.TransferDatabase acLink, "Microsoft Access", dbLinkPath, acTable,
TableName, DestName

to link tables form the backend to the frontend.
Now the BE is protected by a password.

How can I tell the TransferDatabase-function to use a Password?

thx.

Thomas
 
Top