You'll need to take a slightly different approach. Instead of binding the
text box to the Subject property, bind it to the Billing Information
property. Then in the properties for the regular text box for the Subject,
set up this formula to be applied automatically:
"User Request " & [Billing Information]
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
RogerC said:
Thanks Sue. That works. Just one other thing... I find that I now need
to add two words to the beginning of the Subject line for every reply. I
need every reply to begin with the words 'User Request' followed by the
input that the user as typed into the textbox. Having this in the Subject
line will allow me to use Outlook rules to automatically file the replies.
Can this be done?