Word is saying that there isn't a "Text1" form field. If the names match,
then maybe what you want is oDoc.FormFields("FullName").

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
> Hi all,
>
> I have made exactly the third method described on
http://support.microsoft.com/default.aspx?scid=kb;en-us;290775&Product=ol2002
> But when I test it I get an error at the line
> oDoc.FormFields("Text1").Result = CStr(Item.FullName)
[quoted text clipped - 4 lines]
>
> I use Word 2002 SP2 and Outlook 2002 SP2