Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending attachments in an email.

Status
Not open for further replies.

cwindoma

Technical User
Aug 2, 2008
10
US
Hello all,

I'm trying to pull an attachment that is stored in a field in a table into an email.

I've tried the SendObject action in a macro, but it only allows for Objects (tables, querys, forms, etc.), not the 'values' stored in a data field.

So since it wanted an object, I tried pointing it to a query, but it only shows the query results...(ie: with a value of '1' in the attachment field), but you can't open it...it's not there.

I even tried to pull it into the Message field of SendObject with an expression:
=[myAttachment]
But it sensed my craftiness and foiled my creativity. :)

Seems like this would be a common problem, anyone have any insights on this?

-Cindy
(Access Beginner...
...please speak slowly.)
 



Hi,

Why not put your values in the message?

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Hello Skip...

The documents are pretty big, 3-10 pages. So it's beyond what I can represent in an email. Need to include the document since the email recipients need to approve that specific document.

Cindy
 



Then you need to generate a "document" to attach.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Not quite, I have the document stored in a table, just need to pull it into the email.

Cindy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top