I just thought of something. There might be a way to do this using multiple queries. You would have to convert the date into a char field, them substring out the month, day and year. Have your query first of all omit years that have '00', '01', '02', '03'. (This is assuming that you don't have any dates referring to 2004.) The have the query put the date back together as month/day/'19'year. Select which fields you want in the report, and have the data saved to a file. Copy this query into a new query, put have this query SELECT years '00','01','02','03'. Then, when you put the date back together, change the '19' to '20'. Have this query add the data to the file from query 1. Then write a query to create the report you want, based on the new file. Does this make sense? RedMage1967
IBM Certifed - RPG IV Progammer