Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Forms / May 2004

Tip: Looking for answers? Try searching our database.

Automatically enter 'Subject' from form data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
RogerC - 11 May 2004 18:01 GMT
I am creating a form that collects data from a group of Outlook users.  The form will be emailed to me when the user clicks a 'Submit' button at the bottom of the form.  I would like the Subject of the user's reply to be automatically copied into the  Subject field from one of the text boxes the user has entered data into on the form.  Can this be done
Sue Mosher [MVP-Outlook] - 11 May 2004 18:27 GMT
The easiest way to do this is to use the text box's Properties dialog, the
Value tab, to bind the Subject field to the text box.

Signature

Sue Mosher, Outlook MVP
Author of
    Microsoft Outlook Programming - Jumpstart for
    Administrators, Power Users, and Developers
    http://www.outlookcode.com/jumpstart.aspx

> I am creating a form that collects data from a group of Outlook users.  The form will be emailed to me when the user clicks a 'Submit' button at the
bottom of the form.  I would like the Subject of the user's reply to be
automatically copied into the  Subject field from one of the text boxes the
user has entered data into on the form.  Can this be done?
RogerC - 12 May 2004 00:11 GMT
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?
Sue Mosher [MVP-Outlook] - 12 May 2004 00:45 GMT
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]

Signature

Sue Mosher, Outlook MVP
Author of
    Microsoft Outlook Programming - Jumpstart for
    Administrators, Power Users, and Developers
    http://www.outlookcode.com/jumpstart.aspx

> 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?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.