J
jay.tabatabai
Hello to all outlook form experts out there;
I am a total newbie to Outlook forms programming and have been
challenged with creating a form with 3 checkboxes ( LA , LV and CH )
to be able to construct the "To" field. For instance, if all three
are checked, the "To" field would be "LA; LV; CH". This
functionality will need to work for all permutations of checkbox
selection possibilities.
Various Permutations:
LA Checkbox = True
LV Checkbox = True
CH Checkbox = True
Then the value in To field will be (e-mail address removed); (e-mail address removed);
(e-mail address removed)
If
LA Checkbox = True
LV Checkbox = True
CH Checkbox = False
Then the value in To field will be (e-mail address removed); (e-mail address removed)
& .............
Are there any code examples for creating a form similar to what I have
been tasked with.
I will appreciate any guidance and/or advice that can put me on the
right track.
I am a total newbie to Outlook forms programming and have been
challenged with creating a form with 3 checkboxes ( LA , LV and CH )
to be able to construct the "To" field. For instance, if all three
are checked, the "To" field would be "LA; LV; CH". This
functionality will need to work for all permutations of checkbox
selection possibilities.
Various Permutations:
LA Checkbox = True
LV Checkbox = True
CH Checkbox = True
Then the value in To field will be (e-mail address removed); (e-mail address removed);
(e-mail address removed)
If
LA Checkbox = True
LV Checkbox = True
CH Checkbox = False
Then the value in To field will be (e-mail address removed); (e-mail address removed)
& .............
Are there any code examples for creating a form similar to what I have
been tasked with.
I will appreciate any guidance and/or advice that can put me on the
right track.