![]() |
| 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. |
|
|||||||
| Tags: copy, field, information |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have Outlook 2003. I created a form based off a Message. This form as the
To, From, Subject, etc. fields. I have another field which I'd like to use to copy the "From" information so that when someone replies to the form, the new form will have a field showing who it was originally from. Any assistance would be greatly appreciated. Thanks! |
| Ads |
|
#2
|
|||
|
|||
|
Is this form for internal use only by Outlook recipients and published to the Organizational Forms library on the Exchange server? If not, what you want to do isn't possible.
-- 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 "LDMueller" wrote in message ... I have Outlook 2003. I created a form based off a Message. This form as the To, From, Subject, etc. fields. I have another field which I'd like to use to copy the "From" information so that when someone replies to the form, the new form will have a field showing who it was originally from. Any assistance would be greatly appreciated. Thanks! |
|
#3
|
|||
|
|||
|
Hi Sue,
Yes, this form is for internal use only by Outlook recipients and published to the Organizational Forms library on the Exchange server. Thanks, LDMueller "Sue Mosher [MVP-Outlook]" wrote: Is this form for internal use only by Outlook recipients and published to the Organizational Forms library on the Exchange server? If not, what you want to do isn't possible. -- 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 "LDMueller" wrote in message ... I have Outlook 2003. I created a form based off a Message. This form as the To, From, Subject, etc. fields. I have another field which I'd like to use to copy the "From" information so that when someone replies to the form, the new form will have a field showing who it was originally from. Any assistance would be greatly appreciated. Thanks! |
|
#4
|
|||
|
|||
|
Then put code in the form's Item_Reply event handler to copy Item.SenderName or Item.SenderEmailAddress to the desired property on the response item.
-- 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 "LDMueller" wrote in message ... Hi Sue, Yes, this form is for internal use only by Outlook recipients and published to the Organizational Forms library on the Exchange server. Thanks, LDMueller "Sue Mosher [MVP-Outlook]" wrote: Is this form for internal use only by Outlook recipients and published to the Organizational Forms library on the Exchange server? If not, what you want to do isn't possible. "LDMueller" wrote in message ... I have Outlook 2003. I created a form based off a Message. This form as the To, From, Subject, etc. fields. I have another field which I'd like to use to copy the "From" information so that when someone replies to the form, the new form will have a field showing who it was originally from. Any assistance would be greatly appreciated. Thanks! |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Categories field doesn't get updated with new information | SherryC | Outlook - Using Contacts | 0 | March 7th 07 07:06 PM |
| Copy tracking information into Word document to reuse. | deanni777 | Outlook - Calandaring | 0 | January 9th 07 04:36 PM |
| Copy First Recipient to a Field | adubb | Outlook - Using Forms | 1 | May 16th 06 03:56 PM |
| How do I copy data from one field to another? | reiner | Outlook - Using Contacts | 3 | February 19th 06 07:56 PM |
| Copy 1 Text Field into another on Form, DateAdd and macros | Michael Anderson | Outlook and VBA | 9 | January 18th 06 10:37 PM |