Using a SQL database... I have an issue with records displaying multiple times. I am trying to show each recordID, then the earliest Contact_Date. However 99% of each recordID contains multiple Contact dates. I have writen a formula to show the earliest Contact_Date for each record ID, but when I generate the report the earliest contact_date is displayd however many times a particular record_ID has made a request in our database.
Example: If a particular record_ID has four different Contact_dates, say 02/01/2004,03/01/2004,04/01/2004 and 05/01/2004 my results look like this
Record ID Contact Date
6677 02/01/2004
6677 02/01/2004
6677 02/01/2004
6677 02/01/2004
How do I get my report to display ONLY the Record ID and the Earliest Condact Date ONCE?
Example: If a particular record_ID has four different Contact_dates, say 02/01/2004,03/01/2004,04/01/2004 and 05/01/2004 my results look like this
Record ID Contact Date
6677 02/01/2004
6677 02/01/2004
6677 02/01/2004
6677 02/01/2004
How do I get my report to display ONLY the Record ID and the Earliest Condact Date ONCE?