I am using the following code to send an e mail to the recipient stored in the [EmailAddress] field.
Private Sub EmailAddress_DblClick(Cancel As Integer)
DoCmd.SendObject , , , Me![EmailAddress], , , "Subject goes here", "Message Text Here", True
End Sub
How do I attach a document whose name and path would be stored in a text box on the same form in Access 2000
Many thanks
Neil Berryman
IT Trainer
neil_berryman@btopenworld.com
Private Sub EmailAddress_DblClick(Cancel As Integer)
DoCmd.SendObject , , , Me![EmailAddress], , , "Subject goes here", "Message Text Here", True
End Sub
How do I attach a document whose name and path would be stored in a text box on the same form in Access 2000
Many thanks
Neil Berryman
IT Trainer
neil_berryman@btopenworld.com