R
Ron van Oijen
Hi,
I am using MS Access 2003. I use a hyperlink field on a table for
storing hyperlinks to existing webpages on the internet. Many of the
URL's are longer than 255 characters, and these are getting truncated.
So when I click such a URL I get a CSP error message from the CSP
request object inspector, indicating that a run-time error occurred
while executing the page. URL's that are shorter than 255 characters
are executing just fine. According to the MS Access Help pages the
hyperlink field should be able to hold URL's up to 2048 characters
long, but that doesn't appear to be true. The problem is not with a
query, as I am executing the query right from the table. I have also
tried to store the URL's in a memo field, and then to execute them from
a form with the memo field control's hyperlink property set to yes.
This doesn't work either, as the URL gets truncated in exactly the same
way. I hope that someone can help me out, as I have been trying to
solve this problem for a long time.
I am using MS Access 2003. I use a hyperlink field on a table for
storing hyperlinks to existing webpages on the internet. Many of the
URL's are longer than 255 characters, and these are getting truncated.
So when I click such a URL I get a CSP error message from the CSP
request object inspector, indicating that a run-time error occurred
while executing the page. URL's that are shorter than 255 characters
are executing just fine. According to the MS Access Help pages the
hyperlink field should be able to hold URL's up to 2048 characters
long, but that doesn't appear to be true. The problem is not with a
query, as I am executing the query right from the table. I have also
tried to store the URL's in a memo field, and then to execute them from
a form with the memo field control's hyperlink property set to yes.
This doesn't work either, as the URL gets truncated in exactly the same
way. I hope that someone can help me out, as I have been trying to
solve this problem for a long time.