Hi,
I have this kind of table
Company|C_name|C_Tel|...
A|John|1|
A|Paul|2|
A|Ringo|4|
B|John|2|
B|Jean|1|
C|Don|5|
C|Franck|9|
and I need to have this :
Company|C_name_1||C_Tel_1|C_name_2||C_Tel_2|...
A|John|1|Paul|2|...
B|John|2|Jean|1|...
C|Don|5|Franck|9|...
with up to ten contact name for the same company.
Any idea about how to do that?
I have this kind of table
Company|C_name|C_Tel|...
A|John|1|
A|Paul|2|
A|Ringo|4|
B|John|2|
B|Jean|1|
C|Don|5|
C|Franck|9|
and I need to have this :
Company|C_name_1||C_Tel_1|C_name_2||C_Tel_2|...
A|John|1|Paul|2|...
B|John|2|Jean|1|...
C|Don|5|Franck|9|...
with up to ten contact name for the same company.
Any idea about how to do that?