Automatic Subject Line in forms

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

Is it possible to make the subject line on an emailed form
one of the fill in boxes on the form and if so how?
 
Sure. Right click the Subject line in design mode. Then go to the Value tab.
You can then enter a value for the subject and have it calculate
automatically. For example:

[txtCustCode] & " - " & [txtIdent] & " - " & [txtSpecID]

Where txtCustCode, txtIdent, and txtSpecID are all fields on the form.

--
Patricia Cardoza
Outlook MVP
www.cardozasolutions.com

Author, Special Edition Using Microsoft Outlook 2003

***Please post all replies to the newsgroups***
 
Thank you very much!
-----Original Message-----
Sure. Right click the Subject line in design mode. Then go to the Value tab.
You can then enter a value for the subject and have it calculate
automatically. For example:

[txtCustCode] & " - " & [txtIdent] & " - " & [txtSpecID]

Where txtCustCode, txtIdent, and txtSpecID are all fields on the form.

--
Patricia Cardoza
Outlook MVP
www.cardozasolutions.com

Author, Special Edition Using Microsoft Outlook 2003

***Please post all replies to the newsgroups***
Barry said:
Is it possible to make the subject line on an emailed form
one of the fill in boxes on the form and if so how?


.
 
Is this also possible based on a selection of three optionbutton
(placed in a frame of course)?
I.e.: the users selects button 1, the subjectline becomes "firs
choice", or the user selects button 2, the subjectline becomes "secon
choice" etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top