Hi,
I have a repeating table on my form that has 2 columns. One column has a drop down list of account names. The second requires a figure. The user is required to select an account name in the first column and then enter a figure in the second column
So for example the repeating table may look like this:
Account A 20
Account B 10
Account A 20
Account C 30
Account A 15
What I want to do is to display the total of each account at the bottom of the form. So will look similar to this:
Account A 55
Account B 10
Account C 30
I tried this post here http://www.infopathdev.com/forums/p/858/39921.aspx but unfortunately I couldn't get it to work. I was hoping someone could give me detailed step by step instructions on how I can achieve this or point me to a blog that may be able to help?
Many thanks.