Merging data between tab pages on custom forms

G

Guest

I created a custom Meeting Request form and need to merge values entered by
the user on the custom tab into the Notes field found common in the base
meeting request. I am not a VB developer by nature so handholding is
appreciated. I would like script which is triggered by an item changed event
and look something like this:

Notes.value = Field1.value + "\r" + Field2.value, etc.
 
S

Sue Mosher [MVP-Outlook]

The property that holds the "notes" is the Body property. See http://www.outlookcode.com/d/propsyntax.htm for a primer on the correct syntax for accessing both Outlook properties and unbound control values.

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