I have 2 tables: one that stores details of projects (project name, manager, sponsor, etc) and the other stores status reports that are basically project updates. Each project record will potentially have many of these updates.
What I want to do is create a query that will display only the last status report submitted for each project. I've tried all combinations of Grouping and using Max, Last, etc but so far no joy!
Does anyone have a simple solution for this?
Thanks, Graham
What I want to do is create a query that will display only the last status report submitted for each project. I've tried all combinations of Grouping and using Max, Last, etc but so far no joy!
Does anyone have a simple solution for this?
Thanks, Graham