Hi,
I am really sorry for asking such a simple question. I need to calculate the total of 5 fields in an unbound text box with an expression.
c1, c2, c3, c4, c5
My expression in the control source is =[c1]+[c2]+[c3]+[c4]+[c5]
I want the text box to have the value of C1, if that is the only...