I have an accounting report, Report1. For example, In March, user generates Report1 to display some summaries of calculation. Next month, April, when user run Report1 again, she wants the summary info generated in the March to be on the April run side by side, so that they can compare. They also want to do some calculations using both last month and current month summary info. The users do not want two seperate reports. The summary info are not saved database fields, how should I approach this? THANKS!