HI all
I am creating a ImportExportData macro that will link to my tables in the BE
However the BE has a password. I was told this would require coding
Would some kind soul please help me?
I have even tried to 'convert macro to VB' and i get this:
I then tried to enter the password in the last segment (StoreLogin) ie:
but that didn't work either, i got a "An expresiions you entered is the wrong data type for one of the arguments"
Please help
I am creating a ImportExportData macro that will link to my tables in the BE
However the BE has a password. I was told this would require coding
Would some kind soul please help me?
I have even tried to 'convert macro to VB' and i get this:
Code:
DoCmd.TransferDatabase acLink, "Microsoft Access", "c:\test.accdb", acTable, "Table1", "Table1", False
I then tried to enter the password in the last segment (StoreLogin) ie:
Code:
DoCmd.TransferDatabase acLink, "Microsoft Access", "c:\test.accdb", acTable, "Table1", "Table1", False, "PASSWORD"
but that didn't work either, i got a "An expresiions you entered is the wrong data type for one of the arguments"
Please help