Cannot compute Rich text field from different from

Hi,

can i grab rich text field data from different form A and append it to Form B without deleting the data at form A

Subject: Yes.

You would use the AppendRTItem method of the NotesRichTextItem class.

You may want to look at the online help, there is a lot of info there…

Subject: Tq for the reply

After so much of hardwork of searching and googling, i manage to do it =)

Subject: But why googling?

You have it all in the Designer help, including example code…