kdalts
01-26-2012, 10:07 AM
Is it possible to create a query where the results only match the records in another database?
Here is my example:
I have 2 tables:
Partners
Dispatches
Sometimes there are spurious records in the dispatches database as new records are imported but it is important that I only pull the dispatches for my contracted partners (for a dashboard and trending).
So, I need to pull records from the 'dispatches' table ONLY where it is a valid partner in the partner table with doing multiple select clauses.
Any help would be appreciated...
Thanks in advance
Here is my example:
I have 2 tables:
Partners
Dispatches
Sometimes there are spurious records in the dispatches database as new records are imported but it is important that I only pull the dispatches for my contracted partners (for a dashboard and trending).
So, I need to pull records from the 'dispatches' table ONLY where it is a valid partner in the partner table with doing multiple select clauses.
Any help would be appreciated...
Thanks in advance