Hello,
I have a table with a list of users [tblUsers]. The last field [EmailSend] is a Yes/No Field
|UserID|UserTag|UserName|UserEmail|EmailSend|
I have a form that that is filled [frm1] then a button that will open a continuous form that displays all the users/Email addresses [frmUsers]. I can select the Yes/No box for each individual, but how do i use this to send an email to these individuals since this field is not different for every user?
I have a table with a list of users [tblUsers]. The last field [EmailSend] is a Yes/No Field
|UserID|UserTag|UserName|UserEmail|EmailSend|
I have a form that that is filled [frm1] then a button that will open a continuous form that displays all the users/Email addresses [frmUsers]. I can select the Yes/No box for each individual, but how do i use this to send an email to these individuals since this field is not different for every user?