2003
I would like the data im****ted into a table in a non-current() database.
DoCmd.TransferSpreadsheet acIm****t, , 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