Hello,
If I was using Oracle I would typically use a "ROW_NUMBER () OVER PARTITION BY" function, however it doesn't appear access supports that.
I created the below query which works great, except it doesn't partition by the empl_id field.
I get that is the function of "Top 1", but I really...