S
Simon Weaver
I've read some past posts from Stephan, Kathleen and Jim
Buyens regarding this problem, but have not found the
answer.
I am building an anchor tag in an Access query and trying
to output it as an html anchor when Exporting the query
as an html file.
The data in my Access table is a code i.e. AA1
I am trying to create a string like this
<a href=" '' &
Buyens regarding this problem, but have not found the
answer.
I am building an anchor tag in an Access query and trying
to output it as an html anchor when Exporting the query
as an html file.
The data in my Access table is a code i.e. AA1
I am trying to create a string like this
<a href=" '' &
Code:
& ''.htm" target="_blank">Amino
Acids</a>
So the string is interpreted as an anchor in the table.
Of course, the browser replaces the < with <
How can I overcome this?
TIA, Simon