Lightningfast
Technical User
I have been exporting a query to html to display the title and point to the image when the title is clicked. It all works fine execept for this expresssion
Expr2: "<A href=" & [p-no] & ".jpg>" & [Title] & "</a>"
returns
<A href=p-no.jpg>title</a>
I have to then do search and replace to finish up with
<A href=p-no.jpg>title</a> which works perfectly. I have already tried using CHR(30) to replace the < still gives the same result.
Any ideas much appreciated,
Trevor
Expr2: "<A href=" & [p-no] & ".jpg>" & [Title] & "</a>"
returns
<A href=p-no.jpg>title</a>
I have to then do search and replace to finish up with
<A href=p-no.jpg>title</a> which works perfectly. I have already tried using CHR(30) to replace the < still gives the same result.
Any ideas much appreciated,
Trevor