HTML in a unbound text box

M

Mike

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?
 
J

james_keegan via AccessMonster.com

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
 
Top