I have a number of multicolumn combo boxes. I wish to add (sum) the value (dollar amount) from the second column (unbound) from each combo box and display in an unbound field all on the same form.
I used: =combobox1.column(1) + combobox2.column(1). However, the values are concatenated instead of being added, although they will multi[ply if * is used instead of +.
What have I missed?



