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
Hyperlink In Query Field
Re: Hyperlink In Query Field by 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.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"Teo" <matteo.maselli@gmail.com> wrote in message
news:95b24fa2-0875-4f9e-813b-9e4daf61dba7@r36g2000vbn.googlegroups.com...
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
Re: Hyperlink In Query Field by Teo
Thanks.
If want I compose the field in the query without a table behind?
How can I do?
Thanks
On 22 Ott, 13:34, "Arvin Meyer [MVP]" <arv...@mvps.invalid> wrote:
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.
--
Arvin Meyer, MCP, MVPhttp://www.datastrat.comhttp://www.mvps.org/accesshttp://www.accessmvp.com
"Teo" <matteo.mase...@gmail.com> wrote in message
news:95b24fa2-0875-4f9e-813b-9e4daf61dba7@r36g2000vbn.googlegroups.com...
> 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- Nascondi testo citato
- Mostra testo citato -
Re: Hyperlink In Query Field by 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.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"Teo" <matteo.maselli@gmail.com> wrote in message
news:b78dfb49-a6a6-4dce-8053-a07abe611c17@l33g2000vbi.googlegroups.com...
Thanks.
If want I compose the field in the query without a table behind?
How can I do?
Thanks
On 22 Ott, 13:34, "Arvin Meyer [MVP]" <arv...@mvps.invalid> wrote:
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.
--
Arvin Meyer, MCP,
MVPhttp://www.datastrat.comhttp://www.mvps.org/accesshttp://www.accessmvp.com
"Teo" <matteo.mase...@gmail.com> wrote in message
news:95b24fa2-0875-4f9e-813b-9e4daf61dba7@r36g2000vbn.googlegroups.com...
> 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- Nascondi testo citato
- Mostra testo citato -