If you can bind it to a recordset then create a query that selects what u need
like
SELECT customer, Group FROM TableCustomer,TableGroup WHERE TableCustomer.CustomerID = TableGroup.CustomerID
this is assuming you have some way to "link" the customer to the group




Reply With Quote