A
Ali
I have a field stockcode that needs to be linked to a field in another
table called New Stockcode. Some of the stockcodes are the same but others
only the first 6 characters are the same.
eg
Table 1 Table 2
Stockcode NewStockcode
12345/01 12345/01
300000 300000 ABCD
Is it possible to join the two tables using a Like Stockcode* sort of logic
If yes, how?
table called New Stockcode. Some of the stockcodes are the same but others
only the first 6 characters are the same.
eg
Table 1 Table 2
Stockcode NewStockcode
12345/01 12345/01
300000 300000 ABCD
Is it possible to join the two tables using a Like Stockcode* sort of logic
If yes, how?