Hi everyone.
I have a huge problem.
I made ma data base using multiple options in a list, with a date for the choosen selection in the list.
Problem is, I figured out now that I need to have one different record for each option selected in the list. So I have to create as many records that there are options selected in the list. And I have do to so for around 150 records …
For exemple :
the record
1 | Banana, Apple, Orange, Kiwi | 02/04/2020
have to become
1 | Banana | 02/04/2020
2 | Apple | 02/04/2020
3 | Orange | 02/04/2020
4 | Kiwi | 02/04/2020
Please, tell me there is a solution to my problem …