I searched the fourm for the answer, so forgive me if this has been addressed.
I have a custom valuelist displayed on a form with about 10 different values. The values are stored in a field and the display type is CHECK, but I am limited to selecting only 3 values at a time.
can I control which of the checkboxes (which correspond to a value from my valuelist) are turned “on” by default?
If the value list connected to field colorName contains
Orange
Blue
Red
Yellow
I’m sure I can set the auto enter value to Orange and have that checked by default when a new record is created, but I’m not sure how I would do Orange and Yellow by default.