OK, for various reasons, I want to convert a nice relational database into a single flat table.
Currently I have a tbl_household table (with ID) and a tbl_person table (with ID) which has a parent bool value. I need a single table (ie query) which returns:
Household & person 1 (where parent ==...