I have a table with the following layout.
It is a table that stores comments. There will be multiple comments per fn. I have built several reports over the past few months where they want to see the latest comment.
They complain and have been correct that I am not giving them the latest comment. I did a group by where thought I was providing the latest comment. Is there a trick on doing this with this table layout.
Table
-----
Fn,text
Comment, text
CommentDate, date
UserId, text
It is a table that stores comments. There will be multiple comments per fn. I have built several reports over the past few months where they want to see the latest comment.
They complain and have been correct that I am not giving them the latest comment. I did a group by where thought I was providing the latest comment. Is there a trick on doing this with this table layout.
Table
-----
Fn,text
Comment, text
CommentDate, date
UserId, text