I have a dropdown that has a few hundred common medical descriptions and in binding I have manual values set for each that is the resultant medical code. For simplicity sake the dropdown list will be:
N/A
One
Two
Three
and the value relations:
Value | Item |
---|
0 | N/A |
A1 | One |
A2 | Two |
B1 | Three |
After the dropdown is a text field labled Medical Code.
I need two things to happen. If a Medical code is entered the appropriate description is selected. If a description is selected the medical code is automatically populated.
Thanks in advance
Bryan
Message was edited by: bmmcwhirt
P.S. I forgot to mention I prefer to use javascript for the scripting language.