I have a final totalMileage calculation at the end of a form by using... ::calculate - (FormCalc, client)So far the summary syntax is worked as sum(Table3.Row3[31].TotalEnd - Table3.Row3[31].TotalBegin) I'd like to add an If statement with an error message, if the sum() < Total Begin , then messa...