M
Mitch
Hi all,
i'm trying to code in VBA an import
routine that will write the data from an Excel csv file
into a table in Access XP. I have this code :-
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel9, "tbldata", "D:/projects/billing/t
est.xls", True, "A:N"
but it is complaining about the field names in the Access
table. I recall there was a way to code specifically what
column writes to which field but can't remeber how this
was done. Can anyone please offer advice ?
Thanks in advance,
Mitch...
i'm trying to code in VBA an import
routine that will write the data from an Excel csv file
into a table in Access XP. I have this code :-
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel9, "tbldata", "D:/projects/billing/t
est.xls", True, "A:N"
but it is complaining about the field names in the Access
table. I recall there was a way to code specifically what
column writes to which field but can't remeber how this
was done. Can anyone please offer advice ?
Thanks in advance,
Mitch...