Hi, i currently am having an issue with getting the instance manager to count and display the current number of subforms.
I have a TextField called TextField117 in a subform Called Row24, which is in a subform Called Set2.
I also have a button called Button 1 that creates a new instance of Set2 every time it is clicked.
What i am trying to do is that TextField117 gets automatically filled with the # each time the button is clicked, so in the very first set2(the original) it'll display 1.
Then when the button is clicked, it will create another set2 which has it's own textfield117, and i want that textfield117 to display 2. ( a counter). and so forth... 3, 4... 5.. 6..
If there is anyone that could help, i would appreciate it. thank you!