G
Guest
All:
I would like to import an Excel file as an Access table to a back end:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, ~to a table in
the BackEnd~, fileName, True
But instead of importing it to the font-end, i wish to create the table in
the backend and then link this new table to the front-end.
I know i can create a table in the backend, then link the tables, and import
using the linked table, that has been done. BUT what happens when, in the
spread sheet:
1) the field names change
2) the field order change
3) the field data type change
4) the number of fields change
This create new table and import needs to be run only once per "deployment"
by a Access user with little or no time to "manually import the table"
I have been able to create an association table which eliminates problems
after the data has been imported.
(why do companies make great data collection software with no reporting
capabilities?)
thanks for your help
-rogge
I would like to import an Excel file as an Access table to a back end:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, ~to a table in
the BackEnd~, fileName, True
But instead of importing it to the font-end, i wish to create the table in
the backend and then link this new table to the front-end.
I know i can create a table in the backend, then link the tables, and import
using the linked table, that has been done. BUT what happens when, in the
spread sheet:
1) the field names change
2) the field order change
3) the field data type change
4) the number of fields change
This create new table and import needs to be run only once per "deployment"
by a Access user with little or no time to "manually import the table"
I have been able to create an association table which eliminates problems
after the data has been imported.
(why do companies make great data collection software with no reporting
capabilities?)
thanks for your help
-rogge