Hi There
I am wanting to create a query that will select all entries from all tables within a super and sub types that are linked to a house using house_id in table tenant house_id.
my tables are
Tenant - super-type - PK tenant_id
Professional - sub-type - PK-FK tenant_id
Student - sub-type - PK-FK tenant_id
I keep getting multiple rows displaying the same values even though they should be different.
Hope you can help
Many Thanks
I am wanting to create a query that will select all entries from all tables within a super and sub types that are linked to a house using house_id in table tenant house_id.
my tables are
Tenant - super-type - PK tenant_id
Professional - sub-type - PK-FK tenant_id
Student - sub-type - PK-FK tenant_id
I keep getting multiple rows displaying the same values even though they should be different.
Hope you can help
Many Thanks
Comment