Answered
var a = this.getField("P_D1NAME").value;
var b = this.getField("C_D1NAME").value;
event.value = a +"\n"+b
My data shows up concatenated instead of being available as a choice from the list.
I have search through many archives but I can not seem to find an example anywhere.
Thank you very much for any assistance you may provide,
Rachel
George Kaiser