B
Bill
Hi All
I need to turn the following into a queries where I get the top 'x' values
for each Officer based on their hours, not the top values for the whole
dataset. Can anyone help please.
Regards.
Bill
SELECT [Egt activity report2].Officer, [Egt activity report2].Activity, [Egt
activity report2].Hours
FROM [Egt activity report2]
GROUP BY [Egt activity report2].Officer, [Egt activity report2].Activity,
[Egt activity report2].Hours
ORDER BY [Egt activity report2].Officer, [Egt activity report2].Hours DESC;
I need to turn the following into a queries where I get the top 'x' values
for each Officer based on their hours, not the top values for the whole
dataset. Can anyone help please.
Regards.
Bill
SELECT [Egt activity report2].Officer, [Egt activity report2].Activity, [Egt
activity report2].Hours
FROM [Egt activity report2]
GROUP BY [Egt activity report2].Officer, [Egt activity report2].Activity,
[Egt activity report2].Hours
ORDER BY [Egt activity report2].Officer, [Egt activity report2].Hours DESC;