I have a form that I use send email through access 2k. I want to be able to add attachments to these emails but when I input the filename in to a textbox for attachments an error is generated when I try to send it.
My code looks like this:
with eml
.bcc = adrslist
.subject = txtSubject
.attachments = txtAttach
.body = txtMessage
.send
end with
In the txtAttach field I do have the full path of the file. I'm not to sure how the attachment function works but can someone help me out here?
Thanks
My code looks like this:
with eml
.bcc = adrslist
.subject = txtSubject
.attachments = txtAttach
.body = txtMessage
.send
end with
In the txtAttach field I do have the full path of the file. I'm not to sure how the attachment function works but can someone help me out here?
Thanks