Can a field result in a Query be formatted as a hyperlink?

I'm struggling with outputting a result field in a MS Access 2003 query. Need to output the field as a hyperlink. I've properly constructed the destination URL and the hyperlink target, but cannot get MSA2003's query for format the field properly.

Answer this question

Can a field result in a Query be formatted as a hyperlink?

  • Kevin Lew

    Hi,

    I don't think what your looking for can be done without changing the data type of the field to hyperlink in the table. You can do simple data type conversions from Integers to Strings in queries using CInt, CStr, etc, but there's no CUrl.

    You could try displaying the field on a form in such a way that it acts like a hyperlink.

    Hope that helps



  • Bosse A

    Per the support engineer:

    For this case, I think Derek has already pointed the perhaps key reason of the problem encountered.

    Please let us know if you were able to solve the problem.

    -brenda (ISV Buddy Team)



  • Can a field result in a Query be formatted as a hyperlink?