M
Mick
Something so simple is not working, I need a hint please.
Im trying to add up some field values with
<%dtcosthiresubtotal=dtcosthireitem1 + dtcosthireitem2 + dtcosthireitem3 %>
if dtcosthireitem1, 2, and 3 have values for example 12,26,34, then
dtcosthiresubtotal shows 122634 in a string rather than adding the values to
a total of 72, any clues please.
Im trying to add up some field values with
<%dtcosthiresubtotal=dtcosthireitem1 + dtcosthireitem2 + dtcosthireitem3 %>
if dtcosthireitem1, 2, and 3 have values for example 12,26,34, then
dtcosthiresubtotal shows 122634 in a string rather than adding the values to
a total of 72, any clues please.