auto fill a text box based on a value from a list box
Hello all,
I am creating a form and I have a list box that has three values in it (or four if you include the black space). I would like a text box to auto-populate with a value based on the value of the list box. I found this from another thread and have tried to adapt it for my purpose but I am not getting any value to load. What is posted is modified.
event.value = (this.getField("List Box 1").valueAsString=="1")?"": apple
Any help would be appreciated
