LACSD
02-22-2010, 07:23 AM
What I have is payment data for bond repayments. Each year there are two payments. I'm able to get all the data in one query with each type of bond payment summed by date. However, I also want to list the total payments for each fiscal year in the report in the row for the second payment each fiscal year. I calculated the total fiscal year payment in another query by grouping by fiscal year. However, I don't know how to create the report using mulitple record sources and I don't know how I could put all the data in one query because I don't want the overall data grouped by fiscal year. From what I've read on subqueries that wont work because I am not trying to reduce the overall number of records. I just want another column of data that lists the total payments for each fiscal year. The total number of records I start with is around 5000. The number of records for the report is 964.