Are you using Automation? AFAIK, then the Outlook email object supports the attachment property, which can be a valid file path. Such as
Code:
With oEmail
.To = Me.txtEmail
.Subject = Me.txtSubject
.Attachment = Me.txtAttachPath
End With
The red bold stuff is made up since not much info was revealed. You might want to employ validation; i.e., ensure the necessary information is available from your form.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.