Hi All,
I have several text boxes on a form which are editable in my database, I would like to have a running total of these values on the form, the total is not needed in the database as the individual values are fine, how do I do this?
I assume it is based on the control source of the textbox?
I have tried =[S1]+[S2]+[S3]+[S4]+[S5]+[S6]
however this just concatenates the fields and displays all 6 values as a long number, I need it to add the values together
ok, even more annoying I have just tried using multiplication (*) Minus (-) and Division (/) and they all work great!
how do I get it to sum the values instead of placing them next to each other?
Thanks in advance
I have several text boxes on a form which are editable in my database, I would like to have a running total of these values on the form, the total is not needed in the database as the individual values are fine, how do I do this?
I assume it is based on the control source of the textbox?
I have tried =[S1]+[S2]+[S3]+[S4]+[S5]+[S6]
however this just concatenates the fields and displays all 6 values as a long number, I need it to add the values together
ok, even more annoying I have just tried using multiplication (*) Minus (-) and Division (/) and they all work great!
how do I get it to sum the values instead of placing them next to each other?
Thanks in advance
Last edited: