Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Drop down values

    In the past with stuff like this I've used two tables to model all the dropdown lists so:-

    DropdownGroups(id,title,isDeprecated)

    and

    Dropdownvalues(id,parentGroupdID,value, isDeprecated)

    This saves on lots of little tables that can end up with...

Viewing post 1 (of 1 total)