PerlIsGood:
Ah, I'm starting to understand what you want to do...
Let me see if I made it
You want to have someone enter data via a form (that you want to write for Outlook) that should be inserted into another document that also has "form capability" - I guess since you want to be able to edit that data easily later.
For this, it seems to me that Word format might be a bit too complex to "recreate" using some script - but I fear that RTF doesn't have form handling capabilities. I did a quick check, and created a short form with Word and saved it in RTF - the resultant file is a mess
But - mess or not - it is at least in ascii, so I took my favorite text editor and looked at it. Lo and behold, the form definition seemed to be saved amid a jumble of other stuff, which isn't needed to make the RTF file work... (But results from all the Word header and style info being saved alongside with the document content.)
Now, since I don't know exactly what platform or software you have access to or want to use, but I would attack this "problem" using a different approach, namely using a database (Access would do fine) with a webpage-form interface allowing whoever should have access to view and edit the data.
This would mean installing some web server capable of ASP (active server pages) script processing - which if you don't already have it on your system does add complexity and presents a potential security risk, unless maintained properly.
If you would like some samples of how to implement such a web form solution, let me know. (Drop me a line at drmaggie at t-online.de)
Another way, which I never tried personally but know of people who did, is to work with PDF files - which are indeed used by many institutions for creating forms and storing the entered information. PDF files also cannot contain viruses (AFAIK), which make them safe - but the drawback here [if I understand correctly] is that to be able to store the input'ed data, it has to be filled out using a "full" copy of Acrobat - i.e. the free Reader software cannot store the data
Perhaps you get something useful out of this rather rambling post... Anyway, good luck!
DrMaggie
---------
"Those who don't know the mistakes of the past won't be able to enjoy it when they make them again in the future."
— Leonard McCoy, MD (in Diane Duane's Doctor's Orders)