J
Jerome Smith
Hello all,
How does one, in VBA, link tables to a password-protected database? I use
the following code:
DoCmd.TransferDatabase acLink, "Microsoft Access", "DB.mdb", acTable,
"Table", "Table"
DB.mdb is protected with a password; therefore this code asks the user for
the password. How does one incorporate the password into this code?
Thanks in advance,
Jerome Smith
How does one, in VBA, link tables to a password-protected database? I use
the following code:
DoCmd.TransferDatabase acLink, "Microsoft Access", "DB.mdb", acTable,
"Table", "Table"
DB.mdb is protected with a password; therefore this code asks the user for
the password. How does one incorporate the password into this code?
Thanks in advance,
Jerome Smith