David Ball
Registered User.
- Local time
- Today, 17:24
- Joined
- Aug 9, 2010
- Messages
- 230
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
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