Here's the scenerio:
Table has: TestID(unique), ClientID, TestType, TestDate, Score.
How do I query to get just the latest score for specific TestType?
My report already pulls other client data from other tables, but now I need to add latest test scores.
Please advise.
Thanks
Table has: TestID(unique), ClientID, TestType, TestDate, Score.
How do I query to get just the latest score for specific TestType?
My report already pulls other client data from other tables, but now I need to add latest test scores.
Please advise.
Thanks