Access Hyperlink Field
am 12.10.2005 05:56:47 von DougDoes 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
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
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.
I will do that. Thanks.
Doug
"Bob Barrows [MVP]"
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.
>
>
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 ***
I agree. But that is not an option for me at this point...
Thanks,
Doug
"Bullschmidt"
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 ***