Excellent, thanks.
That's done now.
Ok, so now I have a string that has my data in it something like this:
Car1|Garage1|test1=2.00& test2=0.01@
I added the & and the @ sign to seperate the values. So I have all the data, now I want to put it in the cross tab. So getting back to the original example with the latest requirement change:
garage1 garage2(etc...) car1 test1 2 23
test2 .01
I just added another row item (test) in the cross tab and the row shows up just fine, how do I seperate the data between the 2 test?
Thanks a million.