Hi All,
I have created an form library infopath form. I need a unique ID created for saving the form to library.
There's a drop down on the form, which drives the rest of the form.
The drop down values are like A,B,C,D.
Now when user selects any of the value, it should be saved with an ID specific to drop down type.
like A 1, A 2, and B 1, B 2 and C 1 and C 2 and D 1, D 2.
now when user selects the value in the drop down it should look for the items of that value from the list and add +1 to it on a submission.
Is there a way to accomplish this.