G
Guest
I have a report that is calling the first and last dates from a registration
list. This works well if there is only two dates in the list as originally
specified.
Format(Min([date scheduled]),"Long Date") & " and " & Format(Max([date
scheduled]),"Long Date")
Any suggestions on how to list a 3rd or 4th date?
[date scheduled], [date scheduled], [date scheduled]
list. This works well if there is only two dates in the list as originally
specified.
Format(Min([date scheduled]),"Long Date") & " and " & Format(Max([date
scheduled]),"Long Date")
Any suggestions on how to list a 3rd or 4th date?
[date scheduled], [date scheduled], [date scheduled]