Hi there I have used the the following SQL Query in Access to the following range (A5 to T1000) from Excel, to be placed into a Table in Access with Headers.
SELECT * INTO [Ref_Tracker_File]
FROM [Excel 8.0;HDR=Yes;database=\\mark\access\Program\Tracker\Orders\Tracker 2020.xlsm].[Tracker$A5:T1000];
I used this code a few year ago, now only get the following error:
"The connection for viewing your linked Microsoft Excel file was lost."
Thoughts or other SQL alternatives ?
SELECT * INTO [Ref_Tracker_File]
FROM [Excel 8.0;HDR=Yes;database=\\mark\access\Program\Tracker\Orders\Tracker 2020.xlsm].[Tracker$A5:T1000];
I used this code a few year ago, now only get the following error:
"The connection for viewing your linked Microsoft Excel file was lost."
Thoughts or other SQL alternatives ?