hello,
trying to compare two tables from diff db's, i have linked the table from one db into the other db.
query is as follows:
SELECT [Clients1].[ID], [Clients1].[name], [Clients1].[surname], [Clients1].[address], [Clients1].[hobbies], [Clients1].[age] FROM Clients1 LEFT JOIN Clients ON...