Join Query More than 1 key

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??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top