K
KIM
I wanna join two table with 2 key in Access Query, can I
do that..
Example:
select * from a Left Join b on a.key1=b.key1 AND
a.key2=b.key2
do that..
Example:
select * from a Left Join b on a.key1=b.key1 AND
a.key2=b.key2