G
Guest
Hi,
I'm trying to filter data in a certain table using another table. The first
one has about 290000 records and all text fields, the second 760000 and all
number fields. Every company has a specific number. The records in first
table all have a unique code and represent all companies in a certain market.
The second table holds all companies that are client of a certain company.
I'd like to keep all companies in the first table that are a client of this
company. So I need to filter out all companies in the first table that do not
appear in the second table.
How can this be done?
thx
I'm trying to filter data in a certain table using another table. The first
one has about 290000 records and all text fields, the second 760000 and all
number fields. Every company has a specific number. The records in first
table all have a unique code and represent all companies in a certain market.
The second table holds all companies that are client of a certain company.
I'd like to keep all companies in the first table that are a client of this
company. So I need to filter out all companies in the first table that do not
appear in the second table.
How can this be done?
thx