Good afternoon,
I have two tables, unrelated.
Table A has the following fields:
* Explanation (Text)
* New Value (Text)
Table B, reference table, has the following fields:
* Descriptions (Text ) – Primary Key – no duplicate
* Value (Text)
What I would like to do, with the update query:
* If the substring words in Table A have been found “matching” the description in Table B, dump the Table B.Value into the field TableA.New Value. (Substring or word can be located anywhere in that Explanation field.)
For example:
Table A Explanation New Value
" Tomorrow we needs to find the Volvo to replace the defective vehicle", (blank in the New Value field)
Table B Descriptions Value
Volvo A123
Volkswagen A125
When running this update query, the value of “A123” will be dumped into the New Value field in Table A.
I think the lookup command might work. I am uncertain how to set the relationship, since these two tables are not related.
I do appreciate your assistant regarding this lookup command. Thanks.
I have two tables, unrelated.
Table A has the following fields:
* Explanation (Text)
* New Value (Text)
Table B, reference table, has the following fields:
* Descriptions (Text ) – Primary Key – no duplicate
* Value (Text)
What I would like to do, with the update query:
* If the substring words in Table A have been found “matching” the description in Table B, dump the Table B.Value into the field TableA.New Value. (Substring or word can be located anywhere in that Explanation field.)
For example:
Table A Explanation New Value
" Tomorrow we needs to find the Volvo to replace the defective vehicle", (blank in the New Value field)
Table B Descriptions Value
Volvo A123
Volkswagen A125
When running this update query, the value of “A123” will be dumped into the New Value field in Table A.
I think the lookup command might work. I am uncertain how to set the relationship, since these two tables are not related.
I do appreciate your assistant regarding this lookup command. Thanks.