I'm using CRXI and MS SQL 2000
I've got a main report that contains ApptTime (DateTime).
I've got another table that lists schedule blocks, and they are defined by a FromTime, ToTime, FromDate and ToDate
I'd like to have my subreport return informtaion for any schedule blocks active at the time of the ApptTime.
I can't LINK the sub-report using the value as they are not the same type (DateTime versus start/end time and date).
I tried passing the ApptTime value to the Sub, but I can't use it as a parameter.
Any suggestions?
I've got a main report that contains ApptTime (DateTime).
I've got another table that lists schedule blocks, and they are defined by a FromTime, ToTime, FromDate and ToDate
I'd like to have my subreport return informtaion for any schedule blocks active at the time of the ApptTime.
I can't LINK the sub-report using the value as they are not the same type (DateTime versus start/end time and date).
I tried passing the ApptTime value to the Sub, but I can't use it as a parameter.
Any suggestions?