J
Jacques
How can I get two outer joins to produce results.
I made a cartesian query to force all records from one source to show, but I
have two sources that need to be forced.
When I try it, the ambiguos join error hits me and recommends that I make a
second query and make the second outer join there, but that never produces
all the records.
Making the first join causes some fields to be blank in some of the records
(which is the desired result) but the second query using the next join won't
produce those blank records because the blank field is what the second join
is using and blank doesn't match anything in the other field.
I made a cartesian query to force all records from one source to show, but I
have two sources that need to be forced.
When I try it, the ambiguos join error hits me and recommends that I make a
second query and make the second outer join there, but that never produces
all the records.
Making the first join causes some fields to be blank in some of the records
(which is the desired result) but the second query using the next join won't
produce those blank records because the blank field is what the second join
is using and blank doesn't match anything in the other field.