V
VAL
Why and how can Bcc work???? Please. Please send me the event, rewritten -
not explanation - I am new at this and this to me is complicated.
THANK YOU.
Private Sub BroadcastAll_Click()
Dim stDocName As String
Dim stLinkCriteria As String
Dim stSubject As String
Dim stBcc As String
stLinkCriteria = Me![EmailAddressUser]
stSubject = "Educarium Information"
stBcc = Me![EmailAddressAdmin]
DoCmd.SendObject acSendNoObject, , , stLinkCriteria, , , stSubject, , ,
stBcc
End Sub
It works except for : Nothing is in Bcc and if user changes it's mind and
doesn't send the email, the error/debug message pops up.
not explanation - I am new at this and this to me is complicated.
THANK YOU.
Private Sub BroadcastAll_Click()
Dim stDocName As String
Dim stLinkCriteria As String
Dim stSubject As String
Dim stBcc As String
stLinkCriteria = Me![EmailAddressUser]
stSubject = "Educarium Information"
stBcc = Me![EmailAddressAdmin]
DoCmd.SendObject acSendNoObject, , , stLinkCriteria, , , stSubject, , ,
stBcc
End Sub
It works except for : Nothing is in Bcc and if user changes it's mind and
doesn't send the email, the error/debug message pops up.