Hello,
I have a table where I am tracking comments for a record in another table. The comments table has it's key, a claim ID, a comment date, a follow up person, and the actual comment.
When using the query tool, how do i query to show the last comment and last follow up person according to the last date a comment was entered?
If I use the group by First or Last on Follow up and Comment, I keep getting the first or last by alphabetical order...
What i want to see is when i run a query where item 37 has four records in the comment table, display 1 record with "Allison" as follow up person and "GEO..." as comment.
![]()