G
Guest
A am try to create a query which will read a row in Table A and append it
into Table B as row separate rows.
I am trying to do the following for example:
Turn this row in Table A
T1 C1 B1 S1 60 S2 30 S3 10
Into
Table B
T1 C1 B1 S1 60
T1 C1 B1 S2 30
T1 C1 B1 S3 10
Any suggestions?
Thanks;
Linus Cariboo
into Table B as row separate rows.
I am trying to do the following for example:
Turn this row in Table A
T1 C1 B1 S1 60 S2 30 S3 10
Into
Table B
T1 C1 B1 S1 60
T1 C1 B1 S2 30
T1 C1 B1 S3 10
Any suggestions?
Thanks;
Linus Cariboo