S
stella
Guest
Here is my code,
rst.MoveFirst
Do Until rst.EOF
.RECIPIENTS.Add rst!
rst.MoveNext
Loop
.DISPLAY
I would like to send an email to everybody in my access table, however, I would like to hide their email address from everybody else which means I will have to put their addresses on bcc
My problem is I can not put everybody's address in bcc box using a Do loop.
Thank you in advance
rst.MoveFirst
Do Until rst.EOF
.RECIPIENTS.Add rst!
rst.MoveNext
Loop
.DISPLAY
I would like to send an email to everybody in my access table, however, I would like to hide their email address from everybody else which means I will have to put their addresses on bcc
My problem is I can not put everybody's address in bcc box using a Do loop.
Thank you in advance