L
Linda
Hi,
I am trying to email an object which is a refernce # from a form.
This is the code i am using:
Private Sub Command77_Click()
Dim refnum As Long
refnum = RPRTNUM
DoCmd.SendObject , "(e-mail address removed)", "The reference number is " &
refnum & "."
End Sub
When I click on Email Request button, the outlook email message window comes
up. I want to be able to just click the command button and email the the ref
# automatically without having to fill out an email message.
Thanks
Linda
I am trying to email an object which is a refernce # from a form.
This is the code i am using:
Private Sub Command77_Click()
Dim refnum As Long
refnum = RPRTNUM
DoCmd.SendObject , "(e-mail address removed)", "The reference number is " &
refnum & "."
End Sub
When I click on Email Request button, the outlook email message window comes
up. I want to be able to just click the command button and email the the ref
# automatically without having to fill out an email message.
Thanks
Linda