HTML in a unbound text box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, i'm trying to put the following html code into a unbound text box on a
form so it can be copied into a bound text field on the same form.

<p class="normal"><a href="www.mylink.com">This is my link</a></p>

When I run the form I'm getting #Name?

Has anyone done anything like this and if so how?
 
Mike said:
Hi, i'm trying to put the following html code into a unbound text box on a
form so it can be copied into a bound text field on the same form.

<p class="normal"><a href="www.mylink.com">This is my link</a></p>

When I run the form I'm getting #Name?

Has anyone done anything like this and if so how?

Can't it be a label, rather than a text box? That way Access won't try to
parse it.

JK
 
Back
Top