Hello,
I am having a problem creating an automatic transfer from an external database to my own.
I have previously created this to import an Excel table but when I amend the code for an MDB it debugs.
So far I have
DoCmd.TransferDatabase acImport, "Microsoft Access", acTable, "TRA_tblPOData", "Me!TRA_txtPath", True
Me!TRA_txtPath is the path of this database I want to import a table from.
The debug error is “Run time error 13 – Type Mis Match”.
Can anyone see where I am going wrong?
Thanks for any help
I am having a problem creating an automatic transfer from an external database to my own.
I have previously created this to import an Excel table but when I amend the code for an MDB it debugs.
So far I have
DoCmd.TransferDatabase acImport, "Microsoft Access", acTable, "TRA_tblPOData", "Me!TRA_txtPath", True
Me!TRA_txtPath is the path of this database I want to import a table from.
The debug error is “Run time error 13 – Type Mis Match”.
Can anyone see where I am going wrong?
Thanks for any help