I have some queries written in Oracle SQL that I need to jam into an Access Design grid - long story - and need some help.
Essentially, I have a table with Employee personnel transactions and need a query that can identify the last of those transactions on any given day. So, I know I need a self-join on the fields themselves, but can't nail down the syntax to apply the MAX function properly.
Here is Table - named J:
EmployeeID
PersonnelAction
PersonnelActionDate
ActionSequence(field that I need to apply MAX to)
Can anyone help with what the SQL should look like? Or, the design grid?
Cheers!
Essentially, I have a table with Employee personnel transactions and need a query that can identify the last of those transactions on any given day. So, I know I need a self-join on the fields themselves, but can't nail down the syntax to apply the MAX function properly.
Here is Table - named J:
EmployeeID
PersonnelAction
PersonnelActionDate
ActionSequence(field that I need to apply MAX to)
Can anyone help with what the SQL should look like? Or, the design grid?
Cheers!