I tried this. DepartTime = 11:00 AM and ArriveTime = 02:20 PM
Changed TravelTime calculated field to: formatDuration(#{arrive time}-#{depart time})
It now returns: For Input String: "03:20:00"
The time format is how I want it, but how do I get rid of the string "For Input String" preceeding the time??????
Mike