I have a form with a multi select field with a couple of options. My form already has a few thousand entries, and now I need to add and select a third option for that multi select field. This is the code I'm trying to use:
I was also thinking that instead of entry.Acceso.select ("
operaciones@simstore.ec"); I could use entry.Acceso = "
operaciones@simstore.ec" but then the other selected records would be erased. What is the proper way to select a new option on a multi select field for old records?