Hi,
If I have four date Fields in a query, Astart, Bstart, Cstart, and Dstart and want to have a calculated field to find the latest date for each record how would I do that?
I have tried things like:
LatestDate: MAX(Astart, Bstart, Cstart, Dstart)
Thank you very much
Dave