Email/Send an attachment from a form.

B

Bruce

From my Form I would like to email an attachment based on the current record.
Similar to sendobject method but it would be a file and not a database object.

My database laready has the following to work with

1) There is a table which contains an ID, a hyperlink to the file
[Hyperlink] and the file name as a text string [FileName].

2) myform, run through the above records, with a textbox with the hyperlink.
If I click on the hyperlink it will open my PDF in Acrobat.

I want to add a button next to the hyperlink that would email the file
rather than open. Possibly with the ability to add a subject to the email,
like in sendobject.

Any ideas,

Bruce
 
Top