IanWaterman
Programmer
I have two stored procedutres which are unrelated. I am using one in my main report, and anticipate that I will need to use the second in a subreport. The 2nd SP relates to instalments for insurance premium, from this I need to summarise
1st Instalment amt and date, together with second amt and date so that in main report I can state somthing like
£5,273.50 due on 15 January 12 and £5,275.00 due on the 4th day of each month for the next 11 months
How do I pass this data from SP2 to main report.
I assume a subreport with shared vars is way forward. How do I create and use such variables.
Thank you
Ian
1st Instalment amt and date, together with second amt and date so that in main report I can state somthing like
£5,273.50 due on 15 January 12 and £5,275.00 due on the 4th day of each month for the next 11 months
How do I pass this data from SP2 to main report.
I assume a subreport with shared vars is way forward. How do I create and use such variables.
Thank you
Ian