Outlook - Emails

Matt_Chelmsford

Board Regular
Joined
Jan 31, 2009
Messages
160
Hi,
I am trying to devise a database where in a field I can c+p the contents of an email. However, the problem with this is that there is a restriction on the number of characters.
Is there any way I can attach an email to an entry in a database so that when a person looks at a particular record they can see any corresponding email.
Regards
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hi

What is the restriction you're talking about? If you use the Memo type field in your table then this can store about 64,000 characters, which would be a fairly sizable email message. If you wanted to store more than that then you'd probably have to break down the message into chunks so you'd have something like a MESSAGE_HEADER table (where you store things like recipients, date, subject) and a MESSAGE_DETAIL table (where you store the text of the message).

HTH
DK
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,022
Members
448,939
Latest member
Leon Leenders

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