T
Tom Glasser
If Tabe A is linked to Table B using a left outer join, everything in Table A
displays on a query, even when records don't exist in Table B. So far so
good.
But if I specify a selection criteria for one of the Table B fields, and the
criteria
test fails, the query does not produce a row at all, even for the Table A
data.
Is this how it should work?
If so, how can I set a query up so that I always see Table A data, and Table B
data only when certain criteria are met?
Thanks,
Tom
displays on a query, even when records don't exist in Table B. So far so
good.
But if I specify a selection criteria for one of the Table B fields, and the
criteria
test fails, the query does not produce a row at all, even for the Table A
data.
Is this how it should work?
If so, how can I set a query up so that I always see Table A data, and Table B
data only when certain criteria are met?
Thanks,
Tom