THANK YOU very much for you're response.if (not
topmostSubform.Page1.Total.isNull) then $ = Concat( Replace( Replace(
Upper( WordNum(topmostSubform.Page1.Total, 2) ), "DOLLARS", "PESOS" ),
"CENTS", "CENTAVOS" ), " ONLY" ) else $ = "" endifHere's the result with
just a few adjustment:if (not topmostSubform.Page1.Total.isNull) then $
= Concat( Replace( Replace( Replace( Replace( Upper (
WordNum(topmostSubform.Page1.Total, 2) ), "DOLLARS", "PESOS" ),
"DOLLAR", "PESO" ), "CENTS", "CENTAVOS" ), "CENT...