Same message appears in several fields

G

Go Buffalo

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?
 
S

Sue Mosher [MVP-Outlook]

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.
 
Top