G
Guest
I have a 3 tabel (A-B-C) query like this:
SELECT .... FROM (A LEFT JOIN B) LEFT JOIN C
when I execute it, it returns a wrong result (right number of records, wrong
NULL value in some fields). If I change it like this:
SELECT .... FROM (A LEFT JOIN C) LEFT JOIN B
I obtain the right result (right number of records and right not NULL values
in some fileds).
I'm using Access 2000 from a long long time but I never see a thing like
this ... I have searched all the kb and a lot of forums without find
something usefull.
SELECT .... FROM (A LEFT JOIN B) LEFT JOIN C
when I execute it, it returns a wrong result (right number of records, wrong
NULL value in some fields). If I change it like this:
SELECT .... FROM (A LEFT JOIN C) LEFT JOIN B
I obtain the right result (right number of records and right not NULL values
in some fileds).
I'm using Access 2000 from a long long time but I never see a thing like
this ... I have searched all the kb and a lot of forums without find
something usefull.