M
Maver1ck666
Ok, Im hoping you can help and that it is pretty straight forward so here goes.
I have a table that holds a customer reference number and a policy id. Now
Customers will have a unique id to identify them but can have multiple policy
numbers in the same tabe. For example, my table will look like this:
CustomerID CustomerPolicy
------------------------------------
123-99 12345
123-99 56789
345-88 98765
789-88 45667
What I need to do is to provide a query which shows the data as:
CustomerID Policy1 Policy2 Policy3
----------------------------------------------------------
123-99 12345 56789
345-88 98765
789-88 45667
Does anyone know how to do this please?
Kind regards,
Mav
I have a table that holds a customer reference number and a policy id. Now
Customers will have a unique id to identify them but can have multiple policy
numbers in the same tabe. For example, my table will look like this:
CustomerID CustomerPolicy
------------------------------------
123-99 12345
123-99 56789
345-88 98765
789-88 45667
What I need to do is to provide a query which shows the data as:
CustomerID Policy1 Policy2 Policy3
----------------------------------------------------------
123-99 12345 56789
345-88 98765
789-88 45667
Does anyone know how to do this please?
Kind regards,
Mav