D
Dennis Dürrenberger
Hi,
I got a problem, as followed.
I implemented repeating dropdowns into a formular, that get their
information from an access database. Now I would like so send an email to the
recipients, selected by the dropdowns, all at one time, by only clicking one
button.
The email adresses are stored within the database connected to their names.
Now the question is, what formula do I have to put into the "To:" field, to
realize that idea.
In general: how can I read out data from a database, according to
information, that has been selected by the user in the infopath formular
(i.e. setting a pointer to a value in relationship to an input).
To make clear what I want:
Database:
Name: infopath
E-mail: (e-mail address removed)
Dropdown:
infopath
now I need some formula or code, that does this (on click):
lookup "infopath"@database
search for the row "email-adresses"
insert the email-adress related to "infopath" into the "To:" field
That should be some dynamic variable, because I need to send a bunch of
emails at one time to different recipients by only clicking one button.
I hope you can help me.
Greets,
Dennis
I got a problem, as followed.
I implemented repeating dropdowns into a formular, that get their
information from an access database. Now I would like so send an email to the
recipients, selected by the dropdowns, all at one time, by only clicking one
button.
The email adresses are stored within the database connected to their names.
Now the question is, what formula do I have to put into the "To:" field, to
realize that idea.
In general: how can I read out data from a database, according to
information, that has been selected by the user in the infopath formular
(i.e. setting a pointer to a value in relationship to an input).
To make clear what I want:
Database:
Name: infopath
E-mail: (e-mail address removed)
Dropdown:
infopath
now I need some formula or code, that does this (on click):
lookup "infopath"@database
search for the row "email-adresses"
insert the email-adress related to "infopath" into the "To:" field
That should be some dynamic variable, because I need to send a bunch of
emails at one time to different recipients by only clicking one button.
I hope you can help me.
Greets,
Dennis