I'm new to FM6 but learning fast. I have a Payments file which I need to display in a User layout the latest payment entry (based on date) and the latest payment amount based on that date. Max() works great for the date, however I'm stumped on how to display the Amount from the record that Max() identifies. Last() works IF all my records are entered sequencially by date but if for some reason (trying to idiot-proof this) a late entry is made of an earlier date, then my LastPayment display shows that amount vice the latest date amount. Please educate me!