DefaultStr returns a default Variant of subtype String if the passed expression is a Variant of subtype Null or Empty, or if the passed string expression is empty.
DefaultStr(expression, default)
A Variant of subtype String.
Dear <%=DefaultStr(Record.Fields("Name"), "Customer"%>,