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!

Recent content by johntology

  1. johntology

    Populate any email client body with record field

    Thanks, Yes, I did stumble on that later in the day: DoCmd.SendObject , , , , , , "My Subject", esssContent, True Much more robust, and it doesn't matter what the default email client is!
  2. johntology

    Populate any email client body with record field

    Hello, I want a button onClick to grab the content of a populated field on my Access record and populate the body of an email client with it, including any hard returns or other formatting. I have tried this simple code: Me.eSSS.SetFocus Dim esssContent As String esssContent =...

Part and Inventory Search

Back
Top