Do you avoid using menus for ComboBox maintenance?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
Using a separate menu to maintain ComboBoxes is never a good idea. A better solution is to use an ellipses button to drill down into the menu.

❌ Figure: Bad Example - Menu driven ComboBox maintenance form

✅ Figure: Good Example - Use ellipses to drill down into a ComboBox maintenance form