I have a database which we use to track engineering development projects. The project name etc is in one table. There is a table of "comments" on each project and a table of "tasks" for each project. I would like to print a report for each project in the database and list the tasks and comments for each project, each grouped separately. The report supports 1 detail listing, is there a way to list 2?
Thank you
Thank you