Viewing 2 posts - 16 through 17 (of 17 total)
I don't know if this will fix the problem, but you could change:
Where ( OITDate >=(@StartDate)) And ( OITDate <=(@EndDate))
to
Where OITDate between @StartDate And @EndDate
The error sounds like one...
March 5, 2008 at 7:28 am
#785479
I do something similar to this with support 'cases', but I use another report to show the details of the case, instead of a sub-report, and link to it using...
March 4, 2008 at 11:24 am
#785096