The symptoms suggest that you have multiple text box controls all bound to the same Outlook property, when instead you really want each control bound to a different property. Look on each control's Properties dialog, on the Value tab and create new properties as needed.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> When I type in title on my new form, the same info is automatically entered
> into some of my other fields including abstract and subject. How do I stop
> this from happening?