I created many textfields as name, function, tel, and so on. I set the form object's default Binding property to Global. So far, everything is OK, but I would like create some subforms but, of course, the textfields keep the same data. How can increment the textfields on the new subform (name1, function1, tel1,...). Many thanks.
Views
Replies
Total Likes
Don't set the object's default binding property to global. Set it to None (no data binding) or Normal (Use name).
Kyle
Views
Replies
Total Likes