Is there a way to use the query command "follow" to follow the second field
of a vector instead of the first? e.g. for
?Germplasm Collection_and_ID ?Collection ?Germplasm
, example
Germplasm : "Abilene"
Collection_and_ID "USDA" "PI12345"
, I'd like to follow to the PI12345 etc. values of such records.
"find germplasm; follow collection_and_id NEXT" didn't work, still
returned the Collection's.
- Dave Matthews