Viewing 4 posts - 1 through 4 (of 4 total)
Thanks Gail and Alexander...that has got it!
I REALLY appreciate the assistance.
Have a great day!
November 27, 2008 at 7:55 am
Hi Alexander,
I tried that and got the following error:
Microsoft VBScript compilation error '800a03ee'
Expected ')'
The arrow pointed to just after the first set of double quotes on :
AND (LocationID...
November 27, 2008 at 7:31 am
Hi Alexander,
I REALLY appreciate the help...thanks!
I replaced the double quotes with singles ... as in ...
AND (LocationID = " & Session("LocationID") & ")
became:
AND (LocationID = ' & Session("LocationID") &...
November 27, 2008 at 7:11 am
Hi Alexander,
I tried that and got the following error:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
rs.Open "SELECT varible1, variable2, eventdate FROM dbo.FullDump WHERE (eventdate >= { fn NOW()...
November 27, 2008 at 6:59 am
Viewing 4 posts - 1 through 4 (of 4 total)