The Code Cage - Microsoft Office help Free Microsoft Office Help for all Applications!  

To stop seeing these ads and get other benefits check This page!

Go Back   The Code Cage Forums > Newsgroups - Microsoft Topics > Newsgroup - Access Forum > Access Tables
  Microsoft Office Chat Online now!


Access Tables Post questions in this forum if they are related to using Microsoft Access Table construction, dependencies and queries.

Hey there!

It looks like you're enjoying but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members and much more. Register now!

Already a member? Login at the top of this page to stop seeing this message.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 30th October 2008, 08:54 AM
Mark
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Link to open compose email message

------ Register to get rid of these "In Post" ads! ------


Hi all,
I need to place a input box on a form that when clicked will open the
compose message dialodge box as well as store the email address of the
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/access-tables/22011-link-open-compose-email-message.html#post78767
recipient. I have already created the field in the table, but as simple as it
I cannot figure out how to make the text box a hyperlink that will also open
the email handler. (outlook)
--
Mark N
Reply to this post


Did you find this post helpful? Yes | No

The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #2 (permalink)  
Old 30th October 2008, 08:54 AM
Allan Murphy
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: Link to open compose email message

------ Register to get rid of these "In Post" ads! ------


Mark

Try the following code

dim email_to as string

email_to = " & (enter code to put the email address field between the two &)
& "
as an example email_to=" & joebloggs@microsoft.com & "
DoCmd.SendObject , "", "", email_to, "", "", "", "", True, ""

Allan

"Mark" <mhnapier@adelphia.net(donotspam)> wrote in message
news:6565FC6A-59FB-410A-B645-D41C9C062ED6@microsoft.com...
> Hi all,
> I need to place a input box on a form that when clicked will open the
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/access-tables/22011-link-open-compose-email-message.html#post78801
> compose message dialodge box as well as store the email address of the
> recipient. I have already created the field in the table, but as simple as
> it
> I cannot figure out how to make the text box a hyperlink that will also
> open
> the email handler. (outlook)
> --
> Mark N



Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
Reply

Bookmarks

Tags
compose, email, link, message, open


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

The Code Cage Affilliates


To stop seeing these ads and get other benefits check This page!



All times are GMT +1. The time now is 03:45 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2
No part of this board may be copied or reproduced either in part or full without the express permission of The Code Cage Team.
We are not associated with nor employed by Microsoft in any way, we simply provide resources!
All MS office icons are registered trademarks of the application the represent