G
Guest
This seems like something that should be simple to do. Trying to query 2
tables with a one-to-many join. The first table is projects and the second
table is comments for the projects. (See example below.) The join is between
Project.ID. I have tried using Total:Last and Sort:Ascending in the comment
date field to return the last comment made for a project but this does not
return the last comment. How should I be setting this query up?
Project Table
Project.ID (Text)
Project.Info (Text)
Project.Completion Date (Date/Time)
Comments Table
Project.ID (Text)
Date (Date/Time)
Comment (Text)
Thanks!
tables with a one-to-many join. The first table is projects and the second
table is comments for the projects. (See example below.) The join is between
Project.ID. I have tried using Total:Last and Sort:Ascending in the comment
date field to return the last comment made for a project but this does not
return the last comment. How should I be setting this query up?
Project Table
Project.ID (Text)
Project.Info (Text)
Project.Completion Date (Date/Time)
Comments Table
Project.ID (Text)
Date (Date/Time)
Comment (Text)
Thanks!