Are you using a stored procedure/dataset/or direct SQL statement to the data table.
SELECT CustomerID, CompanyName, ContactName, ContactTitle
FROM Customers
GROUP BY CustomerID, CompanyName, ContactName, ContactTitle
Hope this is what you're looking for if not just let me know...