I am having an issue getting records. I have a table X. Table X is having a unique id field. Now say that there are three other tables, Table A, Table B and Table C. These Tables can be linked with Table X using the unique field.
Table A has a tracking status field, Table B has an incident field and Table C has an enforcment field. I need to create a report which gives all the unique ids in Table X
in some way connected Table A, Table B and Table C.
If I join the tables with an equal join, I get only records from Table X which are there in Table A, Table B and Table C. I did a left outer join, which gives ALL the records in Table X. I need all Table X values which are related to either one of Table A, or Table B or Table C.
Thanks !!!
Table A has a tracking status field, Table B has an incident field and Table C has an enforcment field. I need to create a report which gives all the unique ids in Table X
in some way connected Table A, Table B and Table C.
If I join the tables with an equal join, I get only records from Table X which are there in Table A, Table B and Table C. I did a left outer join, which gives ALL the records in Table X. I need all Table X values which are related to either one of Table A, or Table B or Table C.
Thanks !!!