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.
- RobertHarrison2 days agoQrew Trainee
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.- MarkShnier__You2 days ago
Qrew Legend
Well, Plan B would be to let them select a drop-down choice of Other and then just have a free form field which would be exposed and required by form rules where they can enter the other choice into. That way you don't clutter your main drop down field with choices that may hardly ever be used.