G
Guest
My DB is set up as follows:
Table A has a primary key ID
Table A is related to Table B in a 1-many relationship with the ID
Table A is also related to Table C with a Status Code
Table C is the definition table to give a description for the Status Code
I am able to create a query with Table A and B, but when I add C into the
mix, I get no return in my query. I need the description of the status in my
query results.
Please help me, thanks!
Table A has a primary key ID
Table A is related to Table B in a 1-many relationship with the ID
Table A is also related to Table C with a Status Code
Table C is the definition table to give a description for the Status Code
I am able to create a query with Table A and B, but when I add C into the
mix, I get no return in my query. I need the description of the status in my
query results.
Please help me, thanks!