473,396 Members | 2,059 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,396 software developers and data experts.

Stamping in a Hyperlink populates the Display Text but not the Address

In the part of my code that writes the variables to the table:
..
..
..
mFullURL = "http://www.microsoft.com"
..
..
..

With rsTblURLs
.AddNew
.Fields("URL") = mFullURL
.Update
End With

It writes http://www.microsoft.com to the desitnation table, but if you
Edit the Link Properties (i.e., Insert Hyperlink properties) it shows
up only as the text to display. The Address itself if blank. Any
ideas as to why the address isn't being populated?

Thanks in advance,

RBollinger

Nov 13 '05 #1
4 1672
OOPS -- This is Access 2003

Nov 13 '05 #2
A hyperlink consists of at least 3 parts, with the # between them.

More info and examples in:
Introduction to Hyperlink fields
at:
http://allenbrowne.com/casu-09.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"robboll" <ro*****@hotmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
OOPS -- This is Access 2003

Nov 13 '05 #3
Thanks for the information. And that leads to a related question.

If a hyperlink consists of three parts, how is the "address" part
populated when writing to a hyperlink field using Access 2003?
Specifically...

If mlink = "http://www.myurl.com"
and you want to write mlink to a hyperlink field, so that the display
text AND the address are populated what is the best method?

Thanks for any tips.

RBollinger

Nov 13 '05 #4
Try:
mlink = "http://www.myurl.com#http://www.myurl.com#"

Use HyperlinkPart() to parse the hyperlink.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"robboll" <ro*****@hotmail.com> wrote in message
news:11*********************@g43g2000cwa.googlegro ups.com...
Thanks for the information. And that leads to a related question.

If a hyperlink consists of three parts, how is the "address" part
populated when writing to a hyperlink field using Access 2003?
Specifically...

If mlink = "http://www.myurl.com"
and you want to write mlink to a hyperlink field, so that the display
text AND the address are populated what is the best method?

Thanks for any tips.

RBollinger

Nov 13 '05 #5

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

Similar topics

3
by: deko | last post by:
I store hyperlinks as text in a table like this: Invoice11-21-2003.pdf#file://P:\Finance\PrefVendors\Receipts\Invoice11-21-20 03.pdf I need to run a report that lists the documents - or...
3
by: Ray | last post by:
I recently upgraded from Access 97 to Access 2003 and just enter some new data into table via an input form. The form has one hyperlink field to contain a file path. In Access 2003, it appears...
3
by: hermawih | last post by:
Please help . I want to load the contents of another rtf document by double-clicking the words . Chapter1.rtf Chapter2.rtf Chapter3.rtf ....
1
by: salad | last post by:
I can store in a a hyperlink like this ClickMe#http://www.test.com in Access ClickMe is the display text, http://www.test.com the address. Is it possible, using SendObject, to send this...
1
by: oconndav | last post by:
Hi, I'm a newbie to web design, and have been piecing togther a site for a friend over the last few weeks basically by Googling everything I don't understand and trying to fit it all together....
13
ADezii
by: ADezii | last post by:
Recently, there have been several questions and much confusion concerning the Topic of Hyperlinks. Specifically, Users wanted to know how to retrieve a File Name from a FileDialog Box, copy the Name...
3
by: Phasma | last post by:
Hi I'm pretty new to access and am a bit stuck on the following. I have a table which contains a field called and is set to hyperlink. The form I use to input data has a text box bound to this...
2
by: gh | last post by:
I have a HTML table that I have labels in several cells and I populate them in the Page Load event, from a dataset. I have a hyperlink in one cell that I want to display a website address in. I...
0
by: Simon | last post by:
Dear reader, How to export a hyperlink field from Access to Excel, so it is also working in Excel. In Excel you have for the Hyperlink to parts: a.. Text To Display
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.