I have an accounts payable database with fields for "Date Paid" and "Amount Paid." I would like to create a query from this database that will create a new calculated field called "Year Paid" that will separate the totals by year paid and will sum the totals into one record for each year. The reason I need the years to be records and not separate fields is that I want to create a chart in a report displaying the yearly totals, and Access limits you to 6 fields in a chart. I currently have 7 years of totals and that number will continue to grow. Any tips would be greatly appreciated!