I need some help with the following:
1) I have a sharepoint list which a multi-selection list box is bound too (Works No problem)
2) I then have a repeated section that contains a textbox, which for each MSLB item is checked it displays the name of the item from the MSLB in the textbox & repeats for each item that is checked from the listbox. (This works fine as well)
The Problem bit
3) What I also need it to do within the repeated section is have 4 additional textboxes that appearance wise will be directly underneath the repeated textbox within the repeated section. But i want them to not be bound to the list or anything just themselve so they can have information entered separately for each one of the rows.
For example
At the moment if you tick two items from the list box and then enter in one of the 4 additional textboxes "ABC" this will appear in each instance of the repeated section for that textbox, instead what I want to achieve is in row one of the repeated section "ABC" in one of the 4 textboxes and then in row 1 of the repeated section for the same textbox "QRST" etc.
*Hopefully this makes sense here is a link to an image of what the issue is to give you an idea of what i'm trying to achieve:
http://www.infopathdev.com/forums/storage/39/85721/MSLB%20Problem%202.png
Here is thread i have open on another forum which has more pictures to explain what i'm trying to achieve:
http://www.infopathdev.com/forums/p/24684/85721.aspx#85721
Many Thanks
Matt