473,396 Members | 1,891 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.

Hyperlinks displaying hashes (#)

I have a query which accesses a table with 2 fields which are hyperlinks.
There is no problem with the display.
But if I then enhance this query with a union, the hyperlinks show "#" symbols
at the beginning & end of each hyperlink in the query.

Where do they come from, and how do I remove them ?

Many thanks
Feb 16 '10 #1
2 3228
Stewart Ross
2,545 Expert Mod 2GB
Hi grinder. The '#' symbols are internal delimiters within the hyperlink, as a hyperlink actually has multiple components of which the display text is just one part (the bit the user sees). Underneath it and unseen by the user in most cases is the hyperlink address or sub-address (which is the redirect used when the hyperlink is activated).

I suspect (though I have not tested this out) that you are seeing the delimiters because of type conversion taking place in the UNION query, especially if you are unioning a text-based field from another table in the same position as your hyperlink field. Otherwise how could the multi-layer hyperlink be carried forward in the UNION with another type?

If I'm right that this relates to type conversion issues I'd suggest finding an alternative approach in place of using the UNION query if at all possible.

-Stewart
Feb 17 '10 #2
Hi Stewart.
I did find an alternative approach :
From the Form which accesses the Query :-
I went into Query View,
right clicked on each field, &
set 'Is Hyperlink' from the Format tab to 'Yes'.
The displays then ignore the hashes, & the links are displayed as intended.

Many thanks for your contribution.
Feb 17 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: circuit_breaker | last post by:
Hi, I'd like to write a loop that will create a hyperlink on a page for every single file on a directory. As an example, if my directory contains: test.txt test1.txt test2.txt,
1
by: c_kubie | last post by:
I have a listbox that has several hyperlinks I am displaying the contents using =listbox.column(1) The link is displayed correctly in the table but if dispayed in a textbox, it will show up...
0
by: PiotrO | last post by:
hello everybody, i'm posting this problem because i spent a few hours on reading forums, newsgroups, tutorials and others but i still dont know how to solve my problem. It concerns displaying...
4
by: Seefor | last post by:
Hi, I want my text hyperlinks to have a dotted border underneath, so I did this which works fine: a, a:link, a:visited, a:hover, a:active { color: #000; text-decoration: none;
1
by: Robin | last post by:
Hello! I'm having trouble with links and hyperlinks in MS Access 2003 - any help would be great! Question 1! The "insert hyperlink" icon opens a browser window, allows the user to browse...
2
by: MartyNg | last post by:
I am running a system that has both Classic ASP applications and a smattering of ASP.NET applications. We want to store passwords on a SQL Server table as their MD5 hashes. What is the safest...
2
by: thanos | last post by:
Hello, Im in a real bind here trying to figure out a solution to my problem. I have a table which has paging. However, since the data is coming from a database, I would like for the values in...
5
by: dunkymunky | last post by:
I've got a JEditorPane that is correctly displaying HTML hyperlinks, but all it does is display them, how can I make it so that when someone clicks on this hyperlink, it opens up their default web...
0
by: HalfCoded | last post by:
hi everyone, I am kind of stuck and therefore would really appreciate some clues: I actually have to run a script which has to compare two elements from two different files which are a blast...
6
KevinADC
by: KevinADC | last post by:
This snippet of code provides several examples of programming techniques that can be applied to most programs. using hashes to create unique results static variable recursive function...
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
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
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.