G
George
Hi there,
I use this code
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97,
"TableName", "C:\File.xls"
to import 1 Excel file into Access table named TableName.
Now how do I import many files?
Full path to files is in field named fullPath, table "Table3" :
fullPath
C:\Marchello\FUNCS.XLS
C:\Marchello\PROTTPLN.XLS
C:\Marchello\PROTTPLV.XLS
C:\Marchello\SOLVSAMP.XLS
Also I need to name each of table using short names of appropriate
Excel files.
Could you please show me solution?
I use this code
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97,
"TableName", "C:\File.xls"
to import 1 Excel file into Access table named TableName.
Now how do I import many files?
Full path to files is in field named fullPath, table "Table3" :
fullPath
C:\Marchello\FUNCS.XLS
C:\Marchello\PROTTPLN.XLS
C:\Marchello\PROTTPLV.XLS
C:\Marchello\SOLVSAMP.XLS
Also I need to name each of table using short names of appropriate
Excel files.
Could you please show me solution?