Copy information from one field to another

L

LDMueller

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

Sue Mosher [MVP-Outlook]

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
 
L

LDMueller

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
 
S

Sue Mosher [MVP-Outlook]

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
 

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

Top