SELECT First(Wells.Key) AS [WellsKey], Fields.Key FROM Fields INNER JOIN Wells ON Fields.Key = Wells.Field GROUP BY Fields.Key;