Let say I have following date outputs:
Date1 = NULL
Date2 = 12/12/04
Date3 = 12/19/03
Date4 = NULL
Date5 = 01/01/05
How can I get the biggest date which is 01/01/05?
I played with DateCompare() and I couldn't get this to work with multiple dates (specially if a date field is NULL).
Please advice.
Thanks,
Mike
Date1 = NULL
Date2 = 12/12/04
Date3 = 12/19/03
Date4 = NULL
Date5 = 01/01/05
How can I get the biggest date which is 01/01/05?
I played with DateCompare() and I couldn't get this to work with multiple dates (specially if a date field is NULL).
Please advice.
Thanks,
Mike