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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

outlook font

Status
Not open for further replies.

fsweb2002

Programmer
Apr 11, 2002
94
TR
Hi

I am trying to "force" Access with code to send email through Outlook with font as COURIER NEW.

This way it can keep a certain format, so all columns etc are kept on line...

Is there a way through code to do this?
 
The closest I can think of is for the SendObject method's OUTPUTFORMAT argument to be set to "acFormatHTML" and then for you to use the TEMPLATEFILE argument to send it in an HTML format that you designed.

Check out the Access help file on SendObject Method.

I've never done this myself, but it might work.

Hope this helps.

Jim "Get it right the first time, that's the main thing..." [wavey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top