J
John
Hi,
I am trying to use ADO with an Excel spreadsheet. I have
done this successfully before, but I am having problems, I
think, because one of the fields I am using has a space in
it. (End Date). The string I am using is:
strquery = "Select * from [Sheet1$] where Property='" &
LookupP & "' and [End Date]='" & LookupEnd & "'"
Would anyone be able to tell me what I am doing wrong? I
have also tried several different ways.
THANKS!
I am trying to use ADO with an Excel spreadsheet. I have
done this successfully before, but I am having problems, I
think, because one of the fields I am using has a space in
it. (End Date). The string I am using is:
strquery = "Select * from [Sheet1$] where Property='" &
LookupP & "' and [End Date]='" & LookupEnd & "'"
Would anyone be able to tell me what I am doing wrong? I
have also tried several different ways.
THANKS!