else { this.rawValue = form1.page1.subform1.dd1.rawValue + "-" +
form1.page1.subform1.dd2.rawValue + "-" +
form1.page1.subform1.dd3.rawValue;}I'm pretty sure this will all work
out, once this part is fixed. You see, I already have "-" in the bound
values, so I'm guess that part is not needed AND the value that
populates the text field is not the rawValue, but rather, the Bound
value. If you rewrite this with the changes, do you think it might
work?Thanks,Steve B