Embed text into Outllook from Query

A

Aaron Reid

Is there an easy way to embed text into Outlook using Access?

I'm trying to use recordset and html format but it doesn't retain the
formatting that I require.

123456 LongName 123
123456 Short 123

I'd like to align the text like it would look in Excel.

Finished Example:

123456 LongName 123
123456 Short 123

Not too familiar with HTML coding so I wasn't looking for something too
complicated...

Thanks!
 
T

toddr

try using the Tab() function. Check help for the correct syntax. Or you may
be able to use Chr() as well. you would just need to know the correct
charcode for a "Tab"
 
Top