Text Modification

K

Kevin Davis

Hello,

I would like to do some modifcation based upon the value on a text
field. What I would like to do is have the text turn bold face based
upon the value of the text field. For example if the field contains a
value 4 I would like to have the text some where else in the program
change into bold type.

Anyhelp would do.


Kevin Davis
 
A

Anthony Jones

Kevin Davis said:
Hello,

I would like to do some modifcation based upon the value on a text
field. What I would like to do is have the text turn bold face based
upon the value of the text field. For example if the field contains a
value 4 I would like to have the text some where else in the program
change into bold type.

Anyhelp would do.

A stab in the dark would be:-

If rs("field1").value = 4 Then
Response.Write "<b>" & Server.HTMLEncode(rs("field2").value) & "</b>"
End If

If you provide an abridged version of the relevant code you have so far you
might get a better answer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top