K
KIM
I want to use Access Query to Join 2 table, i will use
more than 1 key, can access do this??
Example:
select * from Table1 A Left Join Table2 B on A.key1=B.Key1
AND A.Key2=B.Key2
this SQL query work fine in SQL server, what about access??
more than 1 key, can access do this??
Example:
select * from Table1 A Left Join Table2 B on A.key1=B.Key1
AND A.Key2=B.Key2
this SQL query work fine in SQL server, what about access??