Access Hyperlink Field

Access Hyperlink Field

am 12.10.2005 05:56:47 von Doug

Does anyone have a good example of how to pull out the link and title from
an MS Access Hyperlink field into an ASP link?

Thanks,

Doug

Re: Access Hyperlink Field

am 12.10.2005 14:45:10 von reb01501

Doug wrote:
> Does anyone have a good example of how to pull out the link and title
> from an MS Access Hyperlink field into an ASP link?
>
You might try an Access newsgroup. The code they provide will be very
similar to the code you will need to use in ASP.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Re: Access Hyperlink Field

am 16.10.2005 18:28:09 von Doug

I will do that. Thanks.

Doug

"Bob Barrows [MVP]" wrote in message
news:%239GVJryzFHA.1624@TK2MSFTNGP10.phx.gbl...
> Doug wrote:
>> Does anyone have a good example of how to pull out the link and title
>> from an MS Access Hyperlink field into an ASP link?
>>
> You might try an Access newsgroup. The code they provide will be very
> similar to the code you will need to use in ASP.
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>

Re: Access Hyperlink Field

am 17.10.2005 04:25:28 von SteveB

If possible I'd try to have a field with the same info as a hyperlink
field but have it instead be a text field in the database. That seems
to work better on ASP pages from my experience.

Best regards,
J. Paul Schmidt, Freelance Web and Database Developer
http://www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips

<<
Does anyone have a good example of how to pull out the link and title
from an MS Access Hyperlink field into an ASP link?
>>

*** Sent via Developersdex http://www.developersdex.com ***

Re: Access Hyperlink Field

am 17.10.2005 05:20:00 von Doug

I agree. But that is not an option for me at this point...

Thanks,

Doug

"Bullschmidt" wrote in message
news:evmZLIs0FHA.1564@tk2msftngp13.phx.gbl...
> If possible I'd try to have a field with the same info as a hyperlink
> field but have it instead be a text field in the database. That seems
> to work better on ASP pages from my experience.
>
> Best regards,
> J. Paul Schmidt, Freelance Web and Database Developer
> http://www.Bullschmidt.com
> Access Database Sample, Web Database Sample, ASP Design Tips
>
> <<
> Does anyone have a good example of how to pull out the link and title
> from an MS Access Hyperlink field into an ASP link?
>>>
>
> *** Sent via Developersdex http://www.developersdex.com ***