P S Mon, 15 Jun 2009 20:13:51 -0700
Hello Roy, This is all I needed and it worked:
If isnull(A) then SUM = B If isnull(B) then SUM = A If not isnull(A) and A <> "" and not isnull(B) and B <> "" then SUM = A+B