4
498nowire
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 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.