I have a vfp-table with one column, called "Shares".
The field-type is character
Example:
Shares
IBM Call 12345
Call IBM 12345
Call Apple 4567
Apple Call 4567
Tesla Put 7891
Put 7891 Tesla
7891 Tesla Put
Tesla 1111
and so on...
As you can see, e.g the first 2 rows containing "IBM" are identical, however the sequence only is wrong.(and sometimes the blanks are different not allways the same length)
The same with lines containing "Apple" or "Tesla"
In general: the column was filled manually therefore the sequence and/or the blanks are arbitrarily for items which are identical.
This makes it too complicated to search and lookup with such a table, but how can I get a better structured table where the same words are in
separate columns eg.
col1 .... col2 .... col3
------------------------------
IBM...... call .... 12345
Apple.... call .... 4567
Tesla.... put .... 7891
Tesla.... ..........1111
Has anyone had a problem like that?
Peace worldwide - it starts here...
The field-type is character
Example:
Shares
IBM Call 12345
Call IBM 12345
Call Apple 4567
Apple Call 4567
Tesla Put 7891
Put 7891 Tesla
7891 Tesla Put
Tesla 1111
and so on...
As you can see, e.g the first 2 rows containing "IBM" are identical, however the sequence only is wrong.(and sometimes the blanks are different not allways the same length)
The same with lines containing "Apple" or "Tesla"
In general: the column was filled manually therefore the sequence and/or the blanks are arbitrarily for items which are identical.
This makes it too complicated to search and lookup with such a table, but how can I get a better structured table where the same words are in
separate columns eg.
col1 .... col2 .... col3
------------------------------
IBM...... call .... 12345
Apple.... call .... 4567
Tesla.... put .... 7891
Tesla.... ..........1111
Has anyone had a problem like that?
Peace worldwide - it starts here...