View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Ed Ferrero[_3_] Ed Ferrero[_3_] is offline
external usenet poster
 
Posts: 108
Default Using SQL command to access Excel

Hi Parrot,

I finally figured out to use column heading names from Excel for my
selection
testing but now I find that I am limited in my SQL commands. For example,
if
I use the command ... WHERE SUBSTRING(field1, 1,1) = 'F' I get an error
complaining about the SUBSTRING. I guess if you use the Jet Engine to
open
the file, you do not have the full capabiliites of the SQL commands. Is
this
true?


True. Use LEFT(field1,1)='F' instead.

Ed Ferrero
www.edferrero.com