I would like a check box to enter a mail address automatically
I am making a personalized for in Outlook and I have several checkboxes on
it. I would like to have these check boxes, once checked, to add a usable
email address to the To, CC, or BCC fields. Curently I have a formula in the
Initial Value field that looks like this:
','')+';'+IIf([MFG/ASSY
','')+';'+IIf([CUTTING
','')+';'+IIf([OPERATION
'",'')
Of course John Doe will be replaced by actual adresses and you can see it is
a simple string of the same command. But when the names enter into the field
they are not recognized as mail addresses and do not send anything to anyone.
They look like email addresses and when I click send they go nowhere.
|