Can anyone help me with an issue?
I have a data set on a form where I collect data set 'A' and then
data set 'B'. Data set 'A' is a repeating section.(this is an address)
Data set 'B' is a
repeating section nested inside of data set 'A' repeating section.(This is an alternate address)
The
problem I need to correct is when someone completes both sets and then
adds a new 'A' the new section 'B' is copying the first data set 'B'
info and can not be corrected. (any change in the second data set 'B'
changes the info in the first data set 'B').
How can I fix this?
Note:
I have already tried changing data set 'B' from a nested repeating
section to a nested repeating table, and this did not fix the issue.