G
Ginola
two Table "tb_a" and "tb_b"
table tb_a has the following field
Keyword
CompanyName
tb_b
CompanyName
Now I like to create a table or make a query from tb_b where tb_a is
part of tb_b.CompanyName
The table or query should have the Field
- tb_b.CompanyName
- tb_a.CompanyName
- tb_a.Keyword
Does anyone know if I can do it in query or I have to write vba codes
?
thanks
table tb_a has the following field
Keyword
CompanyName
tb_b
CompanyName
Now I like to create a table or make a query from tb_b where tb_a is
part of tb_b.CompanyName
The table or query should have the Field
- tb_b.CompanyName
- tb_a.CompanyName
- tb_a.Keyword
Does anyone know if I can do it in query or I have to write vba codes
?
thanks