Viewing 7 posts - 1 through 7 (of 7 total)
Thanks man! That worked.
Another question though. Since I am now defaulting the start / end parms to the beginning and end of month, I'd like to make both...
February 13, 2015 at 6:08 am
I got it working. I had to strip out the old column names from my old query in my report. It works now.
June 8, 2010 at 8:16 am
Well, this code works:
WHERE (surgeries.sur_or_start_datetime BETWEEN CONVERT(datetime, @StartDate, 120) AND CONVERT(datetime, @EndDate, 120) + 1) AND
...
May 5, 2010 at 11:00 am
My report works correctly if I comment out the WHERE code starting at the first OR. Actually it works fine if I leave in any of the blocks of...
May 5, 2010 at 9:11 am
Sorry, I probably posted this in the wrong forum.
May 5, 2010 at 6:35 am
Thanks for the reply. Sorry, but I forgot to mention something about that. I tried enclosing the code in parenthese (). But if I run the SQL...
May 5, 2010 at 5:54 am
Viewing 7 posts - 1 through 7 (of 7 total)