You could also do nested iif statements in the control source of an unbound textbox:
=IIf(Val1 > Val2, IIf(Val1 > Val3, Val1 + Nbr1 + Nbr2 + Nbr3 + Nbr4, IIf(Val2 > Val3, Val2 + Nbr1 + Nbr2 + Nbr3 + Nbr4, Val3 + Nbr1 + Nbr2 + Nbr3 + Nbr4)))
HTH Joe Miller
joe.miller@flotech.net