[AccessD] A2K2 Set Link in Code for Database with Password

Steve Conklin (Developer@UltraDNT) Developer at UltraDNT.com
Sat Aug 7 11:27:37 CDT 2004


Using this type of line to link a table in BE to a front end app:

DoCmd.TransferDatabase acLink, "Microsoft Access", _
       <path to mdb>, acTable, _
        rs(0), rs(0), False, True

How do I supply a password (mdb password, not using mdw) in this line so
the user is not prompted for it?

TIA
Steve





More information about the AccessD mailing list