thanks for that.Using the example you gave from the adobe site, how can
I adapt that code so that 2 or more textboxes can be copied to make the
combined text box. I've tried many options but just can't get it. Must
be something like: var richText = TextField1.value.exData.saveXML();var
richText2 = TextField2.value.exData.saveXML();
TextField2.value.exData.loadXML(richText,1,1) + (richText2,1,1) ;Can
anybody suggest how to make the above work?! Thanks