Access should open email server when email address inserted in fo

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Access 2003 should allow the email server (in my case Outlook) to open with
the address inserted in the appropriate place. My databse has a large number
of email addresses as well as links to other parts of the databse and having
to open a new program every time I want to create an email from an existing
address is tedious.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...ba17a56c8306&dg=microsoft.public.access.forms
 
Access 2003 should allow the email server (in my case Outlook) to open with
the address inserted in the appropriate place. My databse has a large number
of email addresses as well as links to other parts of the databse and having
to open a new program every time I want to create an email from an existing
address is tedious.

One option is to store the email addresses in a Hyperlink field type.
You may need to take steps to ensure that they start with mailto:
rather than http:; but once you do so, doubleclicking the field (in a
Form, a Report preview, or even in a table cell) will open your
default mail program with the mail address inserted.

John W. Vinson[MVP]
 
Back
Top