Chris Swann
dc8 at btinternet.com
Thu Jul 21 16:20:15 CDT 2011
Hi all, Once again my skills need a little help. I have a table which contains data in rows. I need to be able to take the values for each record and, where there is more than one value per record, put it into separate columns. Here is what the data looks like (there are other fields but these are the ones I need to move) ID CODE 1 A1 1 B1 1 C1 2 3 A1 4 Z1 4 etc etc what I need is this ID CODE1 CODE2 CODE3 1 A1 B1 C1 2 3 A1 4 Z1 If anyone can point me in the right direction I would be really grateful. Chris Swann