G
Guest
Hi
I currently have a database table with records that need to be transposed to Horizontal fields based on the unique identifyer in the first field i.e
Field 1 Field
-------- ----------
1
1
1
1
2
2
2
2
TRANSPOSED TO
FIELD 1 FIELD 2 FIELD 3 FIELD 4 FIELD
-------- -------- --------- -------- --------
1 A B C
2 A B C
can someone suggest how i can do this
thanks
I currently have a database table with records that need to be transposed to Horizontal fields based on the unique identifyer in the first field i.e
Field 1 Field
-------- ----------
1
1
1
1
2
2
2
2
TRANSPOSED TO
FIELD 1 FIELD 2 FIELD 3 FIELD 4 FIELD
-------- -------- --------- -------- --------
1 A B C
2 A B C
can someone suggest how i can do this
thanks