Forum Discussion
I think you're kind of mis-using the field type.
The proper way to do this is set up a table of choices and a relationship so that one choice record has many of your detailed data entry records. Then if you allow users to add new choices, you will be on a proper form where you can have form rules or even data table rules to control what is allowed to be saved. A multiple choice field is really designed to have a few very few number of stable choices, and typically not a field where you would allow random users to add choices.
So yes, a little more set up but a proper relationship is the way to go here.
Hi Mark, I'm not sure why you think I'm mis-using the field type. Its a drop down to capture what was damaged, and although its usually one of 7 things, sometimes it can be a random item like an eaves trough that we didn't anticipate so we have to allow techs to add items on the fly. I am just trying to prevent my techs from doubling up on options that we already have, specifically one that has multiple possible names.
I'm hoping there is a solution that doesn't require an extra table. Just to be clear as well, this is a drop-down text field, not a multi-select field.