G
Guest
LS,
I am trying to do the following. I have two tables in which I store date.
The first table contains a column named "Description" and "Connector". The
second table contains a column named "Text".
For example:
Table1:
Description
This is a test
This is working
I am confused
Table2:
Text
Test
Working
Confused
Now I am trying to update table1 "Connector" column with the data stored in
table2. This should be done when the text in table2 is found in the
"description" column of table 1.
The result should be
Table1:
Description Connector
This is a test Test
This is working Working
I am confused Confused
I have tried to do this with a update query and the instr function, but I
can not figure it out. Can anybody please help
tia
I am trying to do the following. I have two tables in which I store date.
The first table contains a column named "Description" and "Connector". The
second table contains a column named "Text".
For example:
Table1:
Description
This is a test
This is working
I am confused
Table2:
Text
Test
Working
Confused
Now I am trying to update table1 "Connector" column with the data stored in
table2. This should be done when the text in table2 is found in the
"description" column of table 1.
The result should be
Table1:
Description Connector
This is a test Test
This is working Working
I am confused Confused
I have tried to do this with a update query and the instr function, but I
can not figure it out. Can anybody please help
tia