How can I email a hyperlink to a specific form & record?

P

plh

Hello Everyone,
What I want to do is send a link in the message body of the email sent by the
following routine...

Private Sub SendMessage(strTo As String, strCOP As String)

DoCmd.SendObject , , , strTo, , , "COP# " & strCOP & " has been forwarded to
you"

End Sub

.... such that the recipient of the email can click on it and have the database
open to a specific record in a specific form. Can I do this, and if so, how?
Thanx,
-plh
 
Top