I am working on a database for a charity. The have sponsors and they may "adopt" one or more children. In a specific situation there is child with two sponsors.
So I have a Sponsor table linked to an adoption table linked to child table.
Donor Table (1)--[Donor ID]--<(n) Adoption Table (n)>--[Child ID]--(1) Child Table
I am trying (or struggling) to get one screen - editable(!) - where I can go through each donor and it shows the children linked to that donor, where I can update both the Donor details and the Child Details (I am not talking about creating or deleting an entity...)
I tried by creating one query and build a form on the basis of that query. The fields become read only.
I tried with creating a form based on Donor and a subform based on a query on the tables Child -< Adoption - So this way the query has only two tables and the subform is linked on the basis of Donor ID. Work as a train, but fields are again read only...
I am running out of creative ideas... Any suggestion would be helpful..
Thanks