How to combine multiple rows from a child table with a row from a parent table
I have 2 tables in my app, Projects & Events. Projects is the parent table and Events the child which contains multiple events for each Project. I need a report or table which contains 1 row for eac...