mtairhead
Registered User.
- Local time
- Yesterday, 23:33
- Joined
- Oct 17, 2003
- Messages
- 138
I know that this has been discussed so many times within this forum, but I don't seem to like any of the answers given....
I have a report, which contains several hyperlinks to various web pages. (Depending on the record's purpose)
When I export the report to HTML, why don't the links work? Instead of going to their destination, they all seem to move back a file directory when clicked! When I did some research, I found that the HTML is not correct at all.
The "A Href" command is left blank when the hyperlink is exported to HTML. Below is an example. Please think of the ( and ) characters as < and >. I don't know what this forum does with HTML and I don't want to risk it...
(A HREF="")http://www.fcps.org(/a)
In this example, FCPS.org is the hyperlink I have inputted in the hyperlink field of the table and report.
How do I tell Access that I want the hyperlink to actually go to its own address? How do I make the HTML do this:
(A Href="http://www.fcps.org")http://www.fcps.org(/a)
Or even this:
(A Href="http://www.fcps.org")Go there(/a)
I have a report, which contains several hyperlinks to various web pages. (Depending on the record's purpose)
When I export the report to HTML, why don't the links work? Instead of going to their destination, they all seem to move back a file directory when clicked! When I did some research, I found that the HTML is not correct at all.
The "A Href" command is left blank when the hyperlink is exported to HTML. Below is an example. Please think of the ( and ) characters as < and >. I don't know what this forum does with HTML and I don't want to risk it...
(A HREF="")http://www.fcps.org(/a)
In this example, FCPS.org is the hyperlink I have inputted in the hyperlink field of the table and report.
How do I tell Access that I want the hyperlink to actually go to its own address? How do I make the HTML do this:
(A Href="http://www.fcps.org")http://www.fcps.org(/a)
Or even this:
(A Href="http://www.fcps.org")Go there(/a)