I want to contextually assign different value lists to a field.
For example:
if field Select_VL is "VLB"
then field VL displays value list B
Its trivial to display the contents of the selected value list using the function:
ValueListItems ( fileName ; valueList )
For e...