C
Cy-Burg
I want to join 2 tables by their descriptions fields. Table 1 has 10 columns
and Table 2 has 3 columns of data. I want to add the 3 columns of data from
Table 2 to Table 1 and Make a Table 4 of 13 columns of data. I have a Table
3 with a single column of key words. For instance Table 1 Description is
"big white truck" and Table 2 description is "little red truck" and the key
work is "truck" (coming from a column in Table 3). I want to write a query
that would take all fields from Table 2 and add them to Table 1 (increasing
the row by 3 fields) where the both have truck in their description.
Like statements have not been working for me. I need something like a
"contains" statment. Can anyone help? Thanks.
and Table 2 has 3 columns of data. I want to add the 3 columns of data from
Table 2 to Table 1 and Make a Table 4 of 13 columns of data. I have a Table
3 with a single column of key words. For instance Table 1 Description is
"big white truck" and Table 2 description is "little red truck" and the key
work is "truck" (coming from a column in Table 3). I want to write a query
that would take all fields from Table 2 and add them to Table 1 (increasing
the row by 3 fields) where the both have truck in their description.
Like statements have not been working for me. I need something like a
"contains" statment. Can anyone help? Thanks.