Hello all.
I need to link an table from pwd protected mdb.
I use TransferDatabase method to perform that, but can't guess proper syntax to link an table from PWD protected database without having db_pwd dialog to popup.
I need to automate linking, on one side, and I have pwd protected database on another side, and code I use is:
If anyone can help me on syntax with PWD involved!
Thanks
I need to link an table from pwd protected mdb.
I use TransferDatabase method to perform that, but can't guess proper syntax to link an table from PWD protected database without having db_pwd dialog to popup.
I need to automate linking, on one side, and I have pwd protected database on another side, and code I use is:
Code:
DoCmd.TransferDatabase acImport, "Microsoft Access"C:\con_project\main.mdb", acTable, "SER_PRO_AREAS", "ImportedbyCode"
If anyone can help me on syntax with PWD involved!
Thanks