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