I have a query that uses a linked table from an external database and joins it with a table from my database to return records that contain the same values.
Is there a way to return only the records that are present in the external database and not in my db?
Thanks
Is there a way to return only the records that are present in the external database and not in my db?
Thanks