RogerCooper
Registered User.
- Local time
- Today, 15:34
- Joined
- Jul 30, 2014
- Messages
- 386
I have PDF's in an Access table using the Attachment field, that I need to automatically export and attach to an e-mail. I would I do this in VBA?
Do you have the actual code you demonstrated available?I recorded a video on extracting attachments some time ago:
You then just need to attach the resulting file(s) to an email. There are many examples showing that.
To put this in perspective I created a new database with just the books table and the attachments table from my Books database. This was 778,640 bytes, After adding the external attachment files pointed to by my attachments table into a new Attachments field in the book table the new database had grown to 44,949,504 bytes! Some bloat overhead.Although not germane to the detail of this thread this Attachments problems link to a previous thread does show that the problems addressed by it are not worth the huge overhead if you have lots of attachments. It also goes against the niceties of Relational Database Design as its usage de-normalizes your data and makes any manipulation/investigation of your whole set of attachments difficult.
Yes. Look in the video description. There is a download link.Do you have the actual code you demonstrated available?
Not even bothered to look at the link? :-(Yes. Look in the video description. There is a download link.
Do you have the actual code you demonstrated available?
Excellent video. Thank you.I recorded a video on extracting attachments some time ago:
You then just need to attach the resulting file(s) to an email. There are many examples showing that.
To be fair, you can watch the video directly in this page without going to YouTube, so the description/link is not apparent.Not even bothered to look at the link? :-(
You could just as easy paused the video and added the code manually The code window is huge in that video and easy to read.It was not so easy to find the link, but I got it now.
I need a bigger screen with my eyes.To be fair, you can watch the video directly in this page without going to YouTube, so the description/link is not apparent.
Fullscreen button in bottom right of embedded video window?I need a bigger screen with my eyes.
Thank you.Fullscreen button in bottom right of embedded video window?
Of course you then miss the all-important link, so sometimes ignorance is bliss!Thank you