Hi All
I am trying to find a datedifference between date1 and date2. They are both stored in the same column in the table. Sometimes date2 does not exist. There is a where clause that distinguishes date1 and date2. My work around was to create a subreport for date2 . User is to enter a date range as a paramenter. This gets passed on to the subreport.
My question is- How do I pass the date in the subreport back to the main report and display it in the main report?
Any suggestions on how I can accomplish this.
Thank you