To display a Report (a List) based on the Child records in the database which incorporates data from key fields in the Parent table. As well, this Report should be able to display data from a 3rd party table that only the Parent is related to (through “inheritance”). The data from all 3 tables should be accumulated in a single row so that each line of the List contains a mixture of these 3 sources of data.
Example: A production report which lists all Sterile Bandages (Children) manufactured company-wide and includes the Factory (Parent, 1:N relationship with Children) address as well as the Factory’s Air Filtration System type (only the Factory is related to the Air Filter Systems table [3rd party table]).
I very much appreciate you leading me in the right direction to make this happen, I hope to contribute back to the community in due time!