473,395 Members | 1,558 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Access 2000 failing to activate "mailto: " hyperlink

Hello!

I'm writing about a rather peculiar problem I'm having with
Access2000.

I have a table in which I have created one hyperlink-type field. I
have given the field a default value which is an email-address. The
default value is (for example): "mailto:my****@here.com".

Access2000 correctly inserts that information into the field everytime
a new record is created to that table, but the problem is that the
email-address shown on the table is not recognized as an email-link by
Access. Ie. when I use the mouse to click on that hyperlink, nothing
happens.

The reason why this creates a problem is this: I'm using a short clip
of VB code to send automatic emails to the address stored in that
field, and the emailing code won't accept the data on that field,
unless it recognizes it as a "mailto: " email hyperlink.

What's even more weird is that with Access2002, which I originally
created the database with, the default value addition is correctly
done, ie. the new field can be clicked and an email client will open
-> the email sending code works.
But when I changed the field value recently with Access2000 the newly
created records displaying that email-field do absolutely nothing.
(yes, I have a table which has functional email fields and
non-functional, even though they appear to be exactly the same).

If anyone has any pointers to a solution, I'd be highly grateful :).

regards,
Tero P
Nov 13 '05 #1
4 7439
Hi Tero,

I've run into that problem before - something silly for you to try but
it just might work.

In Access 2000, try putting pound signs around the contents of the
field. If you highlight a hyperlink field in Access 2002 and hit F2,
you'll see that it has a pound sign in the beginning and end of the
field even though it's not shown otherwise. Peculiar ...

From what I can remember (it was a couple years back after all), I had
to do something similar with Access 2000 - concatenating pound signs
in a query in order to make it a live hyperlink. I don't have an
elephant's memory, but give it a try - maybe it'll do the trick!

David
www.davidbase.com
Nov 13 '05 #2
On 5 Aug 2004 02:52:08 -0700, te****@paju.oulu.fi (Tero Partanen)
wrote:

Perhaps your email is not set up perfectly. Test it by running the:
mailto:my****@here.com
command in the Run box off of the Windows Start button.

-Tom.

Hello!

I'm writing about a rather peculiar problem I'm having with
Access2000.

I have a table in which I have created one hyperlink-type field. I
have given the field a default value which is an email-address. The
default value is (for example): "mailto:my****@here.com".

Access2000 correctly inserts that information into the field everytime
a new record is created to that table, but the problem is that the
email-address shown on the table is not recognized as an email-link by
Access. Ie. when I use the mouse to click on that hyperlink, nothing
happens.

The reason why this creates a problem is this: I'm using a short clip
of VB code to send automatic emails to the address stored in that
field, and the emailing code won't accept the data on that field,
unless it recognizes it as a "mailto: " email hyperlink.

What's even more weird is that with Access2002, which I originally
created the database with, the default value addition is correctly
done, ie. the new field can be clicked and an email client will open
-> the email sending code works.
But when I changed the field value recently with Access2000 the newly
created records displaying that email-field do absolutely nothing.
(yes, I have a table which has functional email fields and
non-functional, even though they appear to be exactly the same).

If anyone has any pointers to a solution, I'd be highly grateful :).

regards,
Tero P


Nov 13 '05 #3
Hi Tom,

No, the email address works just fine. Like I said, the table already
stores many addresses that are identical in appearance, but they do
work and trigger the e-mail client. Then the new records don't trigger
anything, even though the address itself is exactly the same.

cheers
Tero

Tom van Stiphout <no*************@cox.net> wrote in message news:<jk********************************@4ax.com>. ..
On 5 Aug 2004 02:52:08 -0700, te****@paju.oulu.fi (Tero Partanen)
wrote:

Perhaps your email is not set up perfectly. Test it by running the:
mailto:my****@here.com
command in the Run box off of the Windows Start button.

-Tom.

Hello!

I'm writing about a rather peculiar problem I'm having with
Access2000.

I have a table in which I have created one hyperlink-type field. I
have given the field a default value which is an email-address. The
default value is (for example): "mailto:my****@here.com".

Access2000 correctly inserts that information into the field everytime
a new record is created to that table, but the problem is that the
email-address shown on the table is not recognized as an email-link by
Access. Ie. when I use the mouse to click on that hyperlink, nothing
happens.

The reason why this creates a problem is this: I'm using a short clip
of VB code to send automatic emails to the address stored in that
field, and the emailing code won't accept the data on that field,
unless it recognizes it as a "mailto: " email hyperlink.

What's even more weird is that with Access2002, which I originally
created the database with, the default value addition is correctly
done, ie. the new field can be clicked and an email client will open
-> the email sending code works.
But when I changed the field value recently with Access2000 the newly
created records displaying that email-field do absolutely nothing.
(yes, I have a table which has functional email fields and
non-functional, even though they appear to be exactly the same).

If anyone has any pointers to a solution, I'd be highly grateful :).

regards,
Tero P

Nov 13 '05 #4
"A Hyperlink field is made up of two parts: the displayed text,
and the actual address. Because the field type is Hyperlink, Access
assumes that the text that is entered will be a Web site and not
an e-mail address."

Have a look at this and see if it helps you:
http://support.microsoft.com/default...roduct=acc2000
HOW TO: Change the Values in a Hyperlink Field from an HTTP Address to a
MAILTO Address in Microsoft Access 2000
(david)

"Tero Partanen" <te****@paju.oulu.fi> wrote in message
news:18**************************@posting.google.c om...
Hello!

I'm writing about a rather peculiar problem I'm having with
Access2000.

I have a table in which I have created one hyperlink-type field. I
have given the field a default value which is an email-address. The
default value is (for example): "mailto:my****@here.com".

Access2000 correctly inserts that information into the field everytime
a new record is created to that table, but the problem is that the
email-address shown on the table is not recognized as an email-link by
Access. Ie. when I use the mouse to click on that hyperlink, nothing
happens.

The reason why this creates a problem is this: I'm using a short clip
of VB code to send automatic emails to the address stored in that
field, and the emailing code won't accept the data on that field,
unless it recognizes it as a "mailto: " email hyperlink.

What's even more weird is that with Access2002, which I originally
created the database with, the default value addition is correctly
done, ie. the new field can be clicked and an email client will open
-> the email sending code works.
But when I changed the field value recently with Access2000 the newly
created records displaying that email-field do absolutely nothing.
(yes, I have a table which has functional email fields and
non-functional, even though they appear to be exactly the same).

If anyone has any pointers to a solution, I'd be highly grateful :).

regards,
Tero P

Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Bill Petrol | last post by:
I'm trying to send a link with a querystring as the body of an email message. My HTML syntax looks something like this: <a href="mailto:xxx@yyy.com?Subject=<? print $subject ?>&Body=<? print...
3
by: niv | last post by:
i have a database, one of the fields is a hyperlink to a htm file. i want to activate it automaticly as the asp file is loaded no click is needed.so that the background of the BODY part will...
1
by: bonnie.tangyn | last post by:
Hello all I get Too few parameters expected 2 error and "The MS Jet Database engine cannot find the input table or query "myTempTablename". Make sure it exists and that its name is spelled...
0
by: Pete | last post by:
Hi All, I'm new to this so please correct me if I'm wrong. I have written a small program which holds details for task information. the program holds an email address, i created a button which...
2
by: Simon | last post by:
Dear reader, How to start the event "Activate" in a report as the report is a sub report. By opening the main report the event "Activate" in the sub report is not actived.. Thanks for any...
15
by: dillneus | last post by:
Hello, I have a problem with hyperlink. I have a text box that contains link to the document. I enter the link by clicking on the button "add link". When I add link, the windows browser opens...
1
by: k lee | last post by:
I want to create a linkButton to activate my hyperlink which will open a new page in a new window. I would like to know how to code the code of activate the hyperlink which I wish to place it in the...
1
by: suvaline | last post by:
I dont know much about VBA, but maybe somebody can help me ;) I have this kind of SUB .. Sub kama2() Worksheets("kama").Activate Range("A51").Select Selection.Hyperlinks(1).Follow...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.