Then your best bet is ADO. Connect to excel using ADO, get all the data in the recordset and them isert the data from that recordset into Access table. Your connectionstring for excel would look like this
Code:
Quote:
|
"Driver={Microsoft Excel Driver (*.xls)};DriverId=790;Dbq=C:\MyExcelFile.xls;Defau ltDir=c:\myFolder;"
|
And you will use a simple query like this to create the recordset
PHP Code: