M
Matt Dawson
I am currently trying to design a query which brings data out of three
tables. I want it to show a list of all the records in Table A and then ones
that match those in table B and table C. However, I also want to show those
that dont appear in either so that i have a total number of records.
I thought of using something like this IIf(IsNull([Posted].[Contract
ID]),'N','Y'). But it only brings up those in the other tables.
Any ideas,
Thanks
Matt
tables. I want it to show a list of all the records in Table A and then ones
that match those in table B and table C. However, I also want to show those
that dont appear in either so that i have a total number of records.
I thought of using something like this IIf(IsNull([Posted].[Contract
ID]),'N','Y'). But it only brings up those in the other tables.
Any ideas,
Thanks
Matt