AsMok
IT IS ME ^_^
- Local time
- Today, 09:56
- Joined
- Sep 4, 2019
- Messages
- 67
Hi all
I designed an entry form to enter data and have a button to send an email to different addresses... i faced two problems(this post for the first one):::-
----------------------
To choose names I use combo box related to a table with two columns (the name and the email address,,,,)and i store the receiver name through it in the main table.
The email addresses field is auto filled from the (after update event of the previous combo box ...... by( Emails = Names.Column(2)....)
things is OK if i choose one name BUT choosing more than one makes the field empty..
how can i solve that??
I need all the addresses to send the same email
Thanks in advance
I designed an entry form to enter data and have a button to send an email to different addresses... i faced two problems(this post for the first one):::-
----------------------
To choose names I use combo box related to a table with two columns (the name and the email address,,,,)and i store the receiver name through it in the main table.
The email addresses field is auto filled from the (after update event of the previous combo box ...... by( Emails = Names.Column(2)....)
things is OK if i choose one name BUT choosing more than one makes the field empty..
how can i solve that??
I need all the addresses to send the same email
Thanks in advance