My goal is to be able to calculate # of days between several dates. I know how to calculate # days, however it is setting up the query so that the [DateOfExam]s are displayed from left to right on the same row as the matching [SSN] and [Name]. I have a query that found duplicate records. My column headings are: [SSN], [Name] and [DateOfExam]. There are several records that have the same SSN and Name, and of those records, there are some [DateOfExam]s that are duplicates and some not. I want to display in my next query for the report, the three columns with the [DateOfExam]s displayed from left to right with the calculated # of days between the dates; thus any less than 6 months presents a possible error in the database. Any help would be greatly appreciated. Thanks…… Curtis….