I created several text boxes using "Add existing fields tab" my problem is that every time I add text to one box it appears in every other box
I created several text boxes using "Add existing fields tab" my problem is that every time I add text to one box it appears in every other box
You're not adding the same field multiple times, are you, because that's what your post sounds like it's describing.
Linq ;0)>
When you create several textboxes, go to the property sheet and make sure that the 'Name' of all the textboxes is not the same..bcoz generally people design one textbox and then copy-paste it if they need more...in that case, the name for all textboxes remains the same...and it might lead to your problem where the text added to one box appears in all others as it has same reference (the name)..