Hi guys,
I deal with a lot of weird identifiers that I can never remember and I was wondering if it would be possible to create a dropdown list that returns an element from an adjacent list. So if you refer to the list below as an example, let's say my drop-down list would be counterparty (names that I recognize) but when I actually click on one of those list elements, the adjacent element from the "CUID" or "BIC" column would populate (numbers I can never remember by heart) in its place. How would I go about doing that?
[TABLE="width: 334"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]COUNTERPARTY[/TD]
[TD]CUID[/TD]
[TD]BIC[/TD]
[/TR]
[TR]
[TD]NESS[/TD]
[TD]N987T754I[/TD]
[TD]N235E983SS[/TD]
[/TR]
[TR]
[TD]CASGRAIN[/TD]
[TD]CAS9123365[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CIBC[/TD]
[TD]C6I851B9C7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]DESJ [/TD]
[TD]V213M78DM[/TD]
[TD]V1A4M4D6CAM1[/TD]
[/TR]
[TR]
[TD]LAUR[/TD]
[TD]L75A66U9R1[/TD]
[TD]BL8C4MCA8M[/TD]
[/TR]
[TR]
[TD]NBF[/TD]
[TD]N9B323612S[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RBC[/TD]
[TD]DOM7854A[/TD]
[TD]RB1D7S6CAT1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks!!
I deal with a lot of weird identifiers that I can never remember and I was wondering if it would be possible to create a dropdown list that returns an element from an adjacent list. So if you refer to the list below as an example, let's say my drop-down list would be counterparty (names that I recognize) but when I actually click on one of those list elements, the adjacent element from the "CUID" or "BIC" column would populate (numbers I can never remember by heart) in its place. How would I go about doing that?
[TABLE="width: 334"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]COUNTERPARTY[/TD]
[TD]CUID[/TD]
[TD]BIC[/TD]
[/TR]
[TR]
[TD]NESS[/TD]
[TD]N987T754I[/TD]
[TD]N235E983SS[/TD]
[/TR]
[TR]
[TD]CASGRAIN[/TD]
[TD]CAS9123365[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CIBC[/TD]
[TD]C6I851B9C7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]DESJ [/TD]
[TD]V213M78DM[/TD]
[TD]V1A4M4D6CAM1[/TD]
[/TR]
[TR]
[TD]LAUR[/TD]
[TD]L75A66U9R1[/TD]
[TD]BL8C4MCA8M[/TD]
[/TR]
[TR]
[TD]NBF[/TD]
[TD]N9B323612S[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]RBC[/TD]
[TD]DOM7854A[/TD]
[TD]RB1D7S6CAT1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks!!