![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I know I've seen the answer to this before, but I can't find it, and I
can't remember what it was... I want to set up a Form for a weekly email newsletter that I send out. I'd like the form to have a static Subject line, including the date. Something like: Your Newsletter is Here - 2/28/2007 I know there's a way to put a field marker or something like that within the Subject line, that will automatically set the appropriate date, but I'll be... hmm.... hornswaggled (that's a good word) if I can figure out what it is! Any suggestions? grep |
#2
|
|||
|
|||
![]()
grep wrote:
I know I've seen the answer to this before, but I can't find it, and I can't remember what it was... I want to set up a Form for a weekly email newsletter that I send out. I'd like the form to have a static Subject line, including the date. Something like: Your Newsletter is Here - 2/28/2007 I know there's a way to put a field marker or something like that within the Subject line, that will automatically set the appropriate date, but I'll be... hmm.... hornswaggled (that's a good word) if I can figure out what it is! I'm not sure from what point you need the help, so... 1) Tools - Forms - Design a Form 2) Message, Open 3) Right click the Subject box (not the label) - Properties 4) Value 5) Initial Value, check Set the initial value of this field to: 6) Set it to "Your Newsletter is Here - " & Date() (note the space after the -... very important for readability) 7) Check Calculate this formula when I compose a new form. 8) Tools - Forms - Publish Form That *should* work. -- f.h. |
#3
|
|||
|
|||
![]()
Bad idea, I'm afraid. Using a custom form to create messages will cause frustration at best for non-Outlook recipients.
A VBA macro might be a better solution. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "F.H. Muffman" wrote in message ... grep wrote: I know I've seen the answer to this before, but I can't find it, and I can't remember what it was... I want to set up a Form for a weekly email newsletter that I send out. I'd like the form to have a static Subject line, including the date. Something like: Your Newsletter is Here - 2/28/2007 I know there's a way to put a field marker or something like that within the Subject line, that will automatically set the appropriate date, but I'll be... hmm.... hornswaggled (that's a good word) if I can figure out what it is! I'm not sure from what point you need the help, so... 1) Tools - Forms - Design a Form 2) Message, Open 3) Right click the Subject box (not the label) - Properties 4) Value 5) Initial Value, check Set the initial value of this field to: 6) Set it to "Your Newsletter is Here - " & Date() (note the space after the -... very important for readability) 7) Check Calculate this formula when I compose a new form. 8) Tools - Forms - Publish Form That *should* work. -- f.h. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using auto correct option in form fields - Outlook 2003 | someday22698 | Outlook - Using Forms | 1 | July 21st 06 01:58 PM |
How do I design a form that uses text fields? | Ann | Outlook - Using Forms | 5 | June 6th 06 08:15 PM |
Auto complete recipient fields | Idyle Orfus | Outlook - Installation | 4 | April 24th 06 04:09 PM |
Auto insert a value dependant on the previous fields content | Brizey112 | Outlook - Using Forms | 1 | February 23rd 06 07:22 PM |
OL2003 - can you auto-fill a singel new contact form with online form data | TimR | Outlook - Using Contacts | 1 | February 15th 06 02:43 PM |