anthony777
Programmer
ok my fault I have a column with all the bill codes in them lets say 665 and then the billing rate which is 1.21 is right next to it good the problem is I need to extract from the same two colums 4 more codes lets say I need to also extract 334 and the bill codes assoctiated with it into separate columns in the same query so it would look something like this
column 1 2 3 4
665 1.21 334 1.74
this all comes out of the one column that has all the codes and the other single column that has the rates so it looks like
column 1 column 2
665 1.21
334 1.74
thanks
column 1 2 3 4
665 1.21 334 1.74
this all comes out of the one column that has all the codes and the other single column that has the rates so it looks like
column 1 column 2
665 1.21
334 1.74
thanks