Copy information from one field to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
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
 
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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top