I'm trying to display a patient's exam if in the past month, it is the first one ever. I have witten a report that gathers our whole Db. It is grouped by Patient ID, sorted by Date of Service, (descending), and I have a running total of the exams that restarts with each Patient ID group. Then I suppress any record that does not have a running total of "1". So I have every patient's very first exam. The problem is it could be from 1996 for example. If I try to suppress any record that is not done in the past month or year and does not have the running total of 1, I get all kinds of records. Any insight would be great! Thank you.