W
Waxaholic
I am using the following statement and have run into a problem when
trying to bring in a column with a space in it. I have tried using the
recommended "[" and "" double quotes but it still complains. Here is
the code.
"SELECT TIP " & _
",POS_NBR " & _
",POS TITLE " & _
"FROM " & GetFileName(FileName) & ".csv",
strConn)
trying to bring in a column with a space in it. I have tried using the
recommended "[" and "" double quotes but it still complains. Here is
the code.
"SELECT TIP " & _
",POS_NBR " & _
",POS TITLE " & _
"FROM " & GetFileName(FileName) & ".csv",
strConn)