L
Linda
When sending an email from my form, it comes up with a Microsoft Outlook
message box stating "A program is trying to automatically send e-mail on your
behalf. Do you want to allow this? If this is unexpected, it may be a
virus and you should choose No" it gives you the option Yes No or Help. Is
there any way to not have this message come up?
This is my code:
Private Sub Command77_Click()
Dim refnum As Long refnum = RPRTNUM
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "Report
Request", "The report number is " & refnum & ".", False
End Sub
Any suggestions
Thanks
Linda
message box stating "A program is trying to automatically send e-mail on your
behalf. Do you want to allow this? If this is unexpected, it may be a
virus and you should choose No" it gives you the option Yes No or Help. Is
there any way to not have this message come up?
This is my code:
Private Sub Command77_Click()
Dim refnum As Long refnum = RPRTNUM
DoCmd.SendObject acSendNoObject, , , "(e-mail address removed)", , , "Report
Request", "The report number is " & refnum & ".", False
End Sub
Any suggestions
Thanks
Linda