C
code_hungry
To whom may like to take a stab at it…
I have a query that looks at a table that I created and an ODBC table. The
table I create will have the text (this is text, not number) strings as
follows
TRN ‘ this is the field header
7465
7589
4587
5248
1234
5879
9845
5687
This table I created should run against the ODBC Comment field which may
have the following occurrences
COMMENT ‘this is the field header
TRN 4587
TRN 1234, 9845, 5687
TRN7589, 7589
TRN 7465
5248
I am the one who will have to run this query, and I would like to avoid
having to use the Like “*†& [ ] & “*†because that would make this process
too manual. Please let me know if I have any luck.
Thanks you very much for your help.
I have a query that looks at a table that I created and an ODBC table. The
table I create will have the text (this is text, not number) strings as
follows
TRN ‘ this is the field header
7465
7589
4587
5248
1234
5879
9845
5687
This table I created should run against the ODBC Comment field which may
have the following occurrences
COMMENT ‘this is the field header
TRN 4587
TRN 1234, 9845, 5687
TRN7589, 7589
TRN 7465
5248
I am the one who will have to run this query, and I would like to avoid
having to use the Like “*†& [ ] & “*†because that would make this process
too manual. Please let me know if I have any luck.
Thanks you very much for your help.