P
Pantelis
I have a table with the following structure:
Code Char/stic value
----------------------------------------
cod1 char1 char1's value for this code
cod1 char2 char2's value for this code
cod1 char3 char3's "" "" "" ""
cod2 char1 char1's value for this code
cod2 char2 char2's value for this code
cod2 char3 char3's "" "" "" ""
cod3 char1 char1's value for this code
cod3 char2 char2's value for this code
cod3 char3 char3's "" "" "" ""
.. . .
.. . .
and I wand to write some code to built another table like
the following.
(or at least to but the data in a ready table with the
next structure)
Code char1 char2 char3
---------------------------------------
cod1 value value value
cod2 value value value
cod3 value value value
.. . . .
.. . . .
Some ideas please.
Thanks in advance,
Pantelis
Code Char/stic value
----------------------------------------
cod1 char1 char1's value for this code
cod1 char2 char2's value for this code
cod1 char3 char3's "" "" "" ""
cod2 char1 char1's value for this code
cod2 char2 char2's value for this code
cod2 char3 char3's "" "" "" ""
cod3 char1 char1's value for this code
cod3 char2 char2's value for this code
cod3 char3 char3's "" "" "" ""
.. . .
.. . .
and I wand to write some code to built another table like
the following.
(or at least to but the data in a ready table with the
next structure)
Code char1 char2 char3
---------------------------------------
cod1 value value value
cod2 value value value
cod3 value value value
.. . . .
.. . . .
Some ideas please.
Thanks in advance,
Pantelis