I'm trying to set up a database to track inventory. The yes/no fields are: on hand, shipped, or wasted.
Only one needs to be chosen but depending on which one is chosen it needs to require other fields. For instance if shipped is yes then the shipped to field needs to be required. If on hand is yes then location needs to be required. If wasted then reason and date fields need to be required. That's why I went with separate fields to begin with since other fields will also be dependent on them as well.
With this in mind is one field with options still the best way to go?