I am working on a duplicates query. Some data points I am using are the date and say medical record number. I am looking to run a duplicates query between certain dates. That part is easy. But I want the records to be returned only if it is a duplicate in the last 48 hours. So for instance if the record was generated yesterday (4/2/05) and a new record with the same medical record number was generated WITHIN 48 hours prior or 48 hours after, it would be included. But no earlier or later.Thanks if anyone has any ideas.