Please help me. I am building a form where user can send emails from the form. I have bound eTextbox (Textbox) with email ids (around 40 email ids) and bound check box (ChkEmailSelect) to select the email id in frmEmailSelect. It is a continuous form. I wish to add the check marked emails in another form (frmEmail) in a textbox (TxtTo) with ";".
Table Name: tblEmails
Email Field Name : SendTo
Checkbox Field Name: SelectToSend
Thanks for your help.
Table Name: tblEmails
Email Field Name : SendTo
Checkbox Field Name: SelectToSend
Thanks for your help.