View Single Post
  #1  
Old December 6th 06, 08:54 PM posted to microsoft.public.outlook.program_forms
drgrasso
external usenet poster
 
Posts: 1
Default 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.
Ads