G
Gee
I have a report that is sent to a specific email address, Text39 holds the
email address.
This is the code:
If NOC = "300" Then
DoCmd.SendObject acSendReport, "NOCR", acFormatSNP, Me.Text39, , , "NOC
AGING", Me.CallNo, , False
End If
The problem is this needs to send without, after the email pops up, clicking
the "Send" button on the email.
I need it to just send.
Thank you in advance for any help you can give me.
Gee
email address.
This is the code:
If NOC = "300" Then
DoCmd.SendObject acSendReport, "NOCR", acFormatSNP, Me.Text39, , , "NOC
AGING", Me.CallNo, , False
End If
The problem is this needs to send without, after the email pops up, clicking
the "Send" button on the email.
I need it to just send.
Thank you in advance for any help you can give me.
Gee