My Table A is a list of Staff members, and is linked to Table B. Table B are records of Agreements, with one of the fields being Company (the company name of that Agreement. We have several companies).
A record in Table A (Staff) has multiple Agreements in Table B. We would like to have a field in Table A (Rollup presumably) to list the company of the agreement with the latest End Date. End Date is a date field in Table B.
Here is what I tried:

But I could not find a condition for the Date field to be the latest date. Is there a way to conditionally list only the Date field with the latest date?
Thanks, Khuned


