- Nov 12, 2011
- 5
- 0
- 0
i have 3 tables
TCustomers with CustomerID and CustomerName coluimns
TCustomerGroups with CustomerGroupID and CustomerGroupName columns
TCustomerGroups_Customers with CustomerID and CustomerGroupID
I want to generate a list of all the CustomerNames and their CustomerGroupName. Not all customers have a group and I don't care to display those customers. Basically I'm just looking to get a list identical to TCustomerGroups_Customers except with the actual names replacing the IDs.
TCustomers with CustomerID and CustomerName coluimns
TCustomerGroups with CustomerGroupID and CustomerGroupName columns
TCustomerGroups_Customers with CustomerID and CustomerGroupID
I want to generate a list of all the CustomerNames and their CustomerGroupName. Not all customers have a group and I don't care to display those customers. Basically I'm just looking to get a list identical to TCustomerGroups_Customers except with the actual names replacing the IDs.
Last edited:
