D
Dominic H via AccessMonster.com
I have a table (called TABLE A) which looks like this:
WORD | onum | nnum |
SCHOOL | 55569 | 99999 |
ENGINEER | 77888 | 99887 |
etc
etc
BASKET | 66666 | 44444 |
And I have a another table (called TABLE B) (in the same database) that looks
like
SUPPNAME | PostCode| and | so forth|
St JOESPHS SCHOOL | SL1 8UU | OTHER | STUFF |
BREAk ENGINEER LTD | TN1 8II | | |
I want to create a query that will look for all the rows in table B that
contain the words in filed Word of Table A.
Table A will be dynamic and can have its contents changed. (ie more WORD will
be added)
Of course, this may not be possible. I just want to use this in a query -
but will do regularly. The list of words will grow to a few hundred (it's
currently 50), so I can't really use individual queries for each word.
Looking forward to your kind reponses!
Dom
WORD | onum | nnum |
SCHOOL | 55569 | 99999 |
ENGINEER | 77888 | 99887 |
etc
etc
BASKET | 66666 | 44444 |
And I have a another table (called TABLE B) (in the same database) that looks
like
SUPPNAME | PostCode| and | so forth|
St JOESPHS SCHOOL | SL1 8UU | OTHER | STUFF |
BREAk ENGINEER LTD | TN1 8II | | |
I want to create a query that will look for all the rows in table B that
contain the words in filed Word of Table A.
Table A will be dynamic and can have its contents changed. (ie more WORD will
be added)
Of course, this may not be possible. I just want to use this in a query -
but will do regularly. The list of words will grow to a few hundred (it's
currently 50), so I can't really use individual queries for each word.
Looking forward to your kind reponses!
Dom