I
Ian
I have a table which is in the form of a cross tab in the form:
heading0 1 2 3 4
record1 a b c d
record2 a2 b2 c2 d2
and I want to convert it to:
heading0 Value
record1 a1
record1 b1
record1 c1
record1 d1
record2 a2
It is basically the opposite of a crosstab. Is it possible to do this as a
querries with using visual basic. I am using visual basic right now but it is
very slow.
Any ideas?
Thanks
heading0 1 2 3 4
record1 a b c d
record2 a2 b2 c2 d2
and I want to convert it to:
heading0 Value
record1 a1
record1 b1
record1 c1
record1 d1
record2 a2
It is basically the opposite of a crosstab. Is it possible to do this as a
querries with using visual basic. I am using visual basic right now but it is
very slow.
Any ideas?
Thanks