Hi Everyone!
How to return data from table1 only if table key matches table2 key.
I tried this but doesnt return me the data i want.
SELECT A.*
FROM tbA AS A INNER JOIN tbB AS B ON A.[ keyfld] = B.[keyfld];
Regards,
Pedie
How to return data from table1 only if table key matches table2 key.
I tried this but doesnt return me the data i want.
SELECT A.*
FROM tbA AS A INNER JOIN tbB AS B ON A.[ keyfld] = B.[keyfld];
Regards,
Pedie