Hello All,
Is there a way to lookup all data in a column based on a key?
The key is a computed field using @dbcolumn for its choices. The choices in this field can and will change.
I understand that @dbcolumn will return all values in a specified column, but I would like to return only the values in the column that correspond to the key field.
Thanks so much for any help on this.