A
Andy Ralph - Hastings
Using Access 2003, I am importing from Excel 2003. We use various templates
which get up-issued as new requirements are identified. I need to import the
data from any issue of template. Older template formats don't have all the
fields of the latest.
when I use DoCmd.TransferSpreadsheet acImport, 8, "tblQuoteDataTemp",
tbFile, True, "RFQ!u1:ad2" to import a range from the spreadsheet tbFile, old
template versions have blank cells where the latest has Field names.
I get a table with Field names F1, F2 etc.
I want to be able to specify default field names for the blanks or use a
query to transfer the data to another table where I can set default field
names.
which get up-issued as new requirements are identified. I need to import the
data from any issue of template. Older template formats don't have all the
fields of the latest.
when I use DoCmd.TransferSpreadsheet acImport, 8, "tblQuoteDataTemp",
tbFile, True, "RFQ!u1:ad2" to import a range from the spreadsheet tbFile, old
template versions have blank cells where the latest has Field names.
I get a table with Field names F1, F2 etc.
I want to be able to specify default field names for the blanks or use a
query to transfer the data to another table where I can set default field
names.