I have a need for two fields (tname) and (tnum). the two are related in that tname will contain a dropdown list of group names. tnum will contain a dropdown list of group numbers. each unique name will match a number. i would like to be able to use the dropdown to select either a name or a number and have the other field populate accordingly. any suggestions on how to do this?
on a side note, i have a dropdown created now with the names/numbers as one value but can't seem to "search" by the number. only the letters. so, i think the above will give me a better overall solution. I've attached a screen shot. if either field is changed, the other is changed based on the selected option.