appealdenied
Technical User
I have a table with a list of companies. Each company has multiple task names associated with it and dates at which time the task was completed. I am trying to write a query that will provide the name of the company and the task name for the most recent date posted. The data below should provide an example of what I am seeing (starred fields should appear in the result)
COMPANY TASK DATE
CPY A Validate Data 07/06/2007
CPY A Setup Data 07/09/2007 ***
CPY A Publish Data 07/03/2007
CPY B Validate Data 07/08/2007
CPY B Setup Data 07/09/2007
CPY B Publish Data 07/09/2007
CPY B Validate Data 07/10/2007 ***
Any assistance would be greatly appreciated.
"Life is like a purple antelope walking through a sea of dead tuna."
COMPANY TASK DATE
CPY A Validate Data 07/06/2007
CPY A Setup Data 07/09/2007 ***
CPY A Publish Data 07/03/2007
CPY B Validate Data 07/08/2007
CPY B Setup Data 07/09/2007
CPY B Publish Data 07/09/2007
CPY B Validate Data 07/10/2007 ***
Any assistance would be greatly appreciated.
"Life is like a purple antelope walking through a sea of dead tuna."