antdickens
Programmer
I have two text boxes on a form which contain some currecny values.
I am trying to add these together and show in a third text box as a currency by
format((CLng(val1]) + (CLng[val2]),"currency"
this does not seem to be adding up properly is there a better way to add these together
I am trying to add these together and show in a third text box as a currency by
format((CLng(val1]) + (CLng[val2]),"currency"
this does not seem to be adding up properly is there a better way to add these together