hi,
I have the following sql code:
mySQL = "INSERT INTO [RFILog$] In 'Z:\Extraction\TURNOVER MPG ME\Turnover SEP\RFI'S, FCN'S, FCR'S\RFI Log\SEP_RFI_Log.xls' 'Excel 8.0;'" & "SELECT * FROM [RFIInfo$A1:BG2]"
How can I put in the path name when there are spaces in the path? I tried all combinations - and googled for answers. It keeps giving me a syntax error.
Thank you in advance.
I have the following sql code:
mySQL = "INSERT INTO [RFILog$] In 'Z:\Extraction\TURNOVER MPG ME\Turnover SEP\RFI'S, FCN'S, FCR'S\RFI Log\SEP_RFI_Log.xls' 'Excel 8.0;'" & "SELECT * FROM [RFIInfo$A1:BG2]"
How can I put in the path name when there are spaces in the path? I tried all combinations - and googled for answers. It keeps giving me a syntax error.
Thank you in advance.