Michael Barkemeyer
Member
- Local time
- Today, 06:46
- Joined
- Feb 2, 2020
- Messages
- 54
In the attached sample DB I would like to figure out how to replicate the data of any record that has more than one item selected as part of the FirstName multivalue field.
So if the record has three names chosen, I would like to create three new records with each of those names but keeping the rest of the data from the original record in tact.
While I am able to replicate each record (x) amount of times depending on how many names were chosen, I am not able to grab each individual name from the multivalue field and place into the newly created records.
Thank you.
So if the record has three names chosen, I would like to create three new records with each of those names but keeping the rest of the data from the original record in tact.
While I am able to replicate each record (x) amount of times depending on how many names were chosen, I am not able to grab each individual name from the multivalue field and place into the newly created records.
Thank you.