Hi , I have a database where in one table I have a list of my projects and in the second table I a list of actions which are linked to the project. I want to run a query then report on the last 3 actions for each project. I have tried SELECT TOP 3 but it only gives my top 3 in that table not by each project.
Can anyone help me.. Thanks
Can anyone help me.. Thanks