Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: Date parameters

    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...

  • RE: Adding a subreport to a report based on a table row value

    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...

Viewing 2 posts - 16 through 17 (of 17 total)