PC Review


Reply
Thread Tools Rate Thread

Access data field

 
 
=?Utf-8?B?Um9zZQ==?=
Guest
Posts: n/a
 
      26th Jan 2006
I created a field in access form to enter an email address. How can I make
it automatically when I double click the email address I entered on the form
field the email address goes to Microsoft outlook email address form.
 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      26th Jan 2006
Rose

One approach would be to add some code to the DoubleClick event. In that
code, you'd add something like:

"mailto:"

on in front of the email address in your control on the form, then follow
the hyperlink.

The code could be as simple as:

Application.FollowHyperlink "mailto:" & Me![YourControl].Text

(use your control's name).

Regards

Jeff Boyce
<Office/Access MVP>

"Rose" <(E-Mail Removed)> wrote in message
news:8852CE75-F06A-4CF0-A3ED-(E-Mail Removed)...
>I created a field in access form to enter an email address. How can I make
> it automatically when I double click the email address I entered on the
> form
> field the email address goes to Microsoft outlook email address form.



 
Reply With Quote
 
=?Utf-8?B?Um9zZQ==?=
Guest
Posts: n/a
 
      27th Jan 2006
Hi Jeff,
I have one more question. What is my control's name?

Thanks


"Jeff Boyce" wrote:

> Rose
>
> One approach would be to add some code to the DoubleClick event. In that
> code, you'd add something like:
>
> "mailto:"
>
> on in front of the email address in your control on the form, then follow
> the hyperlink.
>
> The code could be as simple as:
>
> Application.FollowHyperlink "mailto:" & Me![YourControl].Text
>
> (use your control's name).
>
> Regards
>
> Jeff Boyce
> <Office/Access MVP>
>
> "Rose" <(E-Mail Removed)> wrote in message
> news:8852CE75-F06A-4CF0-A3ED-(E-Mail Removed)...
> >I created a field in access form to enter an email address. How can I make
> > it automatically when I double click the email address I entered on the
> > form
> > field the email address goes to Microsoft outlook email address form.

>
>
>

 
Reply With Quote
 
Larry Linson
Guest
Posts: n/a
 
      27th Jan 2006

"Rose" <(E-Mail Removed)> wrote in message
news:E73293F2-F08D-4661-B5C6-(E-Mail Removed)...
> Hi Jeff,
> I have one more question. What is my control's name?


The Control is the box (of whatever type) on the Form, in which data is
displayed. Right-click the Control and Choose properties, and you'll see the
name of the Control as the first line in the Other tab of the Property
Sheet.

Can I suggest, at this level of question, that you (1) either purchase a
book aimed at novice users (Microsoft Access Step by Step, from Microsoft
Press, is a good one, and there are many others including Microsoft Access
Inside Out by John Viescas, also from Microsoft Press) and a little study to
learn the very basics or (2) you visit Office Online at
http://office.microsoft.com and look in the list that follows "Home" on the
left side of the page, follow the "Training" link and go through some,
better yet, all, of the very good online training courses for Access.

Larry Linson
Microsoft Access MVP


 
Reply With Quote
 
=?Utf-8?B?Um9zZQ==?=
Guest
Posts: n/a
 
      27th Jan 2006
it works thanks for your help...

rose

"Larry Linson" wrote:

>
> "Rose" <(E-Mail Removed)> wrote in message
> news:E73293F2-F08D-4661-B5C6-(E-Mail Removed)...
> > Hi Jeff,
> > I have one more question. What is my control's name?

>
> The Control is the box (of whatever type) on the Form, in which data is
> displayed. Right-click the Control and Choose properties, and you'll see the
> name of the Control as the first line in the Other tab of the Property
> Sheet.
>
> Can I suggest, at this level of question, that you (1) either purchase a
> book aimed at novice users (Microsoft Access Step by Step, from Microsoft
> Press, is a good one, and there are many others including Microsoft Access
> Inside Out by John Viescas, also from Microsoft Press) and a little study to
> learn the very basics or (2) you visit Office Online at
> http://office.microsoft.com and look in the list that follows "Home" on the
> left side of the page, follow the "Training" link and go through some,
> better yet, all, of the very good online training courses for Access.
>
> Larry Linson
> Microsoft Access MVP
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
COPY ACCESS DATA FIELD TO EXCEL FIELD Developerme Microsoft Access VBA Modules 0 7th Jul 2009 05:34 AM
Memo format field data problem - Data import from Access database AFSSkier Microsoft Excel Programming 0 29th Apr 2009 05:51 PM
Data Access Page - Need to add or manipulate data in field AccessWannaBe Microsoft Access 1 16th Jan 2006 11:54 PM
Simulate Lookup Field Functionality on Data Access Page - Access 2000 jennifer7703 Microsoft Access 0 20th Jul 2005 09:43 PM
set up custom form in outlook to export field data to access data. =?Utf-8?B?anppcGJhaXI=?= Microsoft Outlook Form Programming 1 1st Feb 2005 11:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:16 PM.