Thread: SQL query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rolf G Rolf G is offline
external usenet poster
 
Posts: 4
Default SQL query



Hi
I try to use this qurey
szSQL = "SELECT * FROM [Blad1$] WHERE A = 1"

and it works fine if I don't use "WHERE A = 1"

Another question is how to do if I want to do somthing like this

SELECT A FROM [Blad1$]

Is it possible?

Sorry for my bad english

Ragards Rolf



*** Sent via Developersdex http://www.developersdex.com ***