View Full Version : calculated field question


colinmunnelly
05-10-2003, 01:45 PM
I have a report that lists instructions received together with the days it will take to carry out the work. I need to create a calculated field that simply shows the greatest or highest number of days on the report. Is this possible?

mark curtis
05-10-2003, 03:44 PM
In the report footer place =Max([DayField])

colinmunnelly
05-10-2003, 11:36 PM
Thanks alot Mark