I have a table with up to 3 entries per Account Number.
Each entry has a Service Code associated with an account number.
The problem is that I need 1 account number with all Service Codes. How would I write a query that would return only 1 instance of Account Number and in one field, aal service codes associated with each account number?
Each entry has a Service Code associated with an account number.
The problem is that I need 1 account number with all Service Codes. How would I write a query that would return only 1 instance of Account Number and in one field, aal service codes associated with each account number?