Viewing post 1 (of 1 total)
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...
May 2, 2011 at 2:00 am
#1318296