Hello everyone,
 
I have some attributes tables with the records in this fashion:
 
Poly_id    Code    Definition        Value
1               xyz           xyz           xyz
1               xyz           xyz            xyz
2               xyz           xyz            xyz
2               xyz           xyz            xyz
3
3
and so forth...
 
How can I put all the the records pertaining to the same polygon in just one row; for example:
 
Poly_id    Code1    Definition1    Value1    Code2    Definition2     Value2
1
2
3
etc.
 
The tables contain five records for each polygon, so it would be time consuming selecting individually and joining in a new table.  Will appreciate any suggestions.
 
Thanks in advance, and a good weekend to all.
 
Regards,
 
Miguel Iturralde
[EMAIL PROTECTED]

Reply via email to