Hi there,
I am trying to produce a total sum text box from four text boxes inside a form.
I have tried writing the following macro for total sum text box but it does not work:
=Sum([textboxName1])+([textboxName2])+([textboxName3])+([textboxName4])
What is an easier way of doing this?