Merging data between tab pages on custom forms

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
Back
Top