Just wondering I created a List in MOSS 2007 where say each row has a title and a number associated with it. So some sample tuples would contain ('Test 1', 45), ('Test 2', 67), ('Test 3', 190)... (strN, intM). What I'm interested in knowing is after this list is created, can it used to fill in a site column choice column with the values in column 1 from the original List? So a Content Type that contains this site column (which is filled with values from List), will know that if choice 'Test 1' is selected there is also additional metadata associated with 'Test 1'. Does this make sense?
J