Just when I thought I had it sussed (see previous thread subform query). My subform now shows the information I need it to, but the whole idea is that it displays a list, from which one can select the correct individual. I had been doing this with a check box, which had some additional code attached. Because the subform is now based on a union query, the recordset is not updateable, and I have lost the bto use a checkbox on that row.
I have circumvented this problem by creating the relational model Grugeon described, and using this to create a table containing the required information to underly my subform. The problem here is that as the household information is updated in the future, I will have to manually update the tables underlying the subforms.
Is there a way to create an updateable recordset from a union query but to keep its dynamic relationships with the underlying tables? Is there another way I could select the correct person from the list without needing to have an updateable recordset?
Thank you once again for your thoughts.
Mark