Hyperlink in query field

T

Teo

Hallo,

I've a query with a field that in the table is only text.
In this field I store for example a value like c:\app

I want that when I execute the query , it show me the field like
HyperLink.

Is possible?

Thanks
 
A

Arvin Meyer [MVP]

To do it in a query, you would need to set the data type in the underlying
table to a hyperlink. Doing that kills your ability to index and sort, so it
would be better to use a form to display the data. Then you can use the
hyperlink property of a textbox.
 
T

Teo

Thanks.

If want I compose the field in the query without a table behind?

How can I do?

Thanks
 
A

Arvin Meyer [MVP]

You cannot. A query uses the data from tables. There are some functions to
change datatypes, but not for OLE fields. Hyperlinks are OLE fields.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hyperlink field display 1
Hyperlink Field Problems 2
Find & Replace in hyperlink field 2
mail merge 1
Hyperlink in query? 2
Access Extract Hyperlink URL as String - Access 2010 0
Import Hyperlink 1
Data Access Page Hyperlinks 1

Top