Hi,

I have an access web app, with multiple combo boxes where a user can select a number. I would like a field to sum those selections live on the form for the user. I’ve looked everywhere for a good explanation and have not been able to locate it. Completing this on a desktop form is simple, unfortunately that same process does not work for web app.

In fact, when I write my expression, it actually strings the values (concatenates) instead of summing:


=[ComboBox7]+[ComboBox3]+[ComboBox4]+[ComboBox5]+[ComboBox6]

Any help would be greatly appreciated!