J
John
Hi:
I would like to insert a record and the record is extracted from Excel file
in Access 2003. I know I can write the SQL command as:
insert into Table1
select * from Table2
But, what's the expression in Table2 so that it can refer to an Excel file
source (e.g. The excel file is C:\test.xls)? I try many times but it still
fails.
Thanks
John
I would like to insert a record and the record is extracted from Excel file
in Access 2003. I know I can write the SQL command as:
insert into Table1
select * from Table2
But, what's the expression in Table2 so that it can refer to an Excel file
source (e.g. The excel file is C:\test.xls)? I try many times but it still
fails.
Thanks
John