natejlefebvre
New Member
- Joined
- Aug 2, 2013
- Messages
- 2
I am having trouble combining two different worksheets in one. See the below information:
SELECT ['Chef Coats$'].* FROM ['Chef Coats$']
UNION ALL
SELECT *
FROM 'C:\Users\nlefebvre\Documents\polos.xlsx'.[polos$]
I keep getting the error message below, but I don't know what is wrong with the string.
"The SQL statement is not valid. There are no columns detected in the statement."
SELECT ['Chef Coats$'].* FROM ['Chef Coats$']
UNION ALL
SELECT *
FROM 'C:\Users\nlefebvre\Documents\polos.xlsx'.[polos$]
I keep getting the error message below, but I don't know what is wrong with the string.
"The SQL statement is not valid. There are no columns detected in the statement."