R
Ramesh
HI,
I have a Job table with Job ID and Job Description. There is an Action
table with Job ID, Action Date, ActionTaken and CurrentStatus.
The CurrentStatus contains Pending or Complete.
I want to make a query to list the latest status of each jobID. That is the
CurrentStatus in the record of the latest ActionDate of each Job ID.
Could somebody help with this one please?
Thanks very much
Ramesh
I have a Job table with Job ID and Job Description. There is an Action
table with Job ID, Action Date, ActionTaken and CurrentStatus.
The CurrentStatus contains Pending or Complete.
I want to make a query to list the latest status of each jobID. That is the
CurrentStatus in the record of the latest ActionDate of each Job ID.
Could somebody help with this one please?
Thanks very much
Ramesh