Attachment or Link

nancybrown

Well-known Member
Joined
Apr 7, 2005
Messages
868
Hello, I am building an Access database strictly for letters, notifications, and sorting for Charity. When I send notices from Access for additional information and recipients respond via email and I save that email as a PDF, is there a way to upload that PDF into Access or at least have a command button in Access that will link Access to that response? Any help would be appreciated.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
The generally preferred method is to store the path to a file in a table field rather than the file itself. While Access does support embedding files in tables, it quickly causes the db to grow in size. Others report it tends to slow it down and raise the risk of corruption. I wouldn't know for sure since I've always steered away from the practice. The alternative is to store the complete file path in a table (usually as text). To make it more user friendly to pick that path, the msoFileDialogFilePicker is often used. If you only need to pick a folder (say, to pick a place to store a file) the msoFileDialogFolderPicker will do. Either will require a reference to VB Runtime Scripting (if I recall correctly).
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,385
Members
448,956
Latest member
JPav

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top