I have a main form with a sub form. Main form contains customer date, subform contains history of orders data. I need to query the subform (based on a many table) to return the highest amount paid, along with the date it was paid. I can get the highest amount, but am having trouble also retrieving the date of the highest amount. They are both in the same row of the history table.
Thanks for any help….