Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Form of order of business cards

Avatar

Level 3

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.

subform.jpg

0 Replies

Avatar

Level 8

Don't set the object's default binding property to global. Set it to None (no data binding) or Normal (Use name).

Kyle