E
EagleOne
2003
I would like the data imported into a table in a non-current() database.
DoCmd.TransferSpreadsheet acImport, , strTableName, myPath & strTableName & ".xls", True
(The above command works but .... I want the data to go to strTableName in another database]
Any coding help appreciated
TIA EagleOne
I would like the data imported into a table in a non-current() database.
DoCmd.TransferSpreadsheet acImport, , strTableName, myPath & strTableName & ".xls", True
(The above command works but .... I want the data to go to strTableName in another database]
Any coding help appreciated
TIA EagleOne