Answered
I figured out how to get a text field to populate with a unique number based on the choice made in the dropdown list [if(xfa.event.newText == "Corporate") TestLocation.rawValue = 5;]. But what if I want the TestLocation field to display text, not a number? What do I use instead of rawValue?
Or am I completely wrong in my approach to this?
George Kaiser