I want to link a table.
If the BetetMain.mdb hasn't database password, the
DoCmd.TransferDatabase acLink, "Microsoft Access", _
actPath & "\Betet\BetetMain.mdb", acTable, "Betet", "Betet"
command works.
Otherwise it inputs the correct password and after it does not makes the link to the table.
What can I do?
ide
pls HELP!
8:
If the BetetMain.mdb hasn't database password, the
DoCmd.TransferDatabase acLink, "Microsoft Access", _
actPath & "\Betet\BetetMain.mdb", acTable, "Betet", "Betet"
command works.
Otherwise it inputs the correct password and after it does not makes the link to the table.
What can I do?
ide
pls HELP!
8: