I have a sql server 2000 database with a custom rule defining a list of types for a variable; something like "@list IN ('paper', 'stone', 'scissors')" I have then created a datatype using this rule. Want I want to do is (in a aspx page) extract the type list from my rule so I can generate a dropdown list of types. ie the user would pick one of the types when entering a record. I don't want to hardcode the types in case my rule changes. Any clues? Anyone?