SELECT MIN (Contact.ContactDate) AS FirstContact, ContactID, ContactType FROM Contact GROUP BY ContactID, ContactType;