Sorry Lee, I didn't see your 2nd comment in time.
You're right, these are text fields. In fact, at some point I must concatenate these 10 text fields into 1 text field. Ran into the next problem here.....
But as I said, the first step is to underline the fields.
The fields I must underline are actualy refering to other fields, and it's their value that will trigger the underlining. The fields to be underlined (or not) have a value from 1 till 0 (they represent scales, used in the MMPI test, used in psycology). A field must be underlined when the value of the field it refers to is equal or has a diference of 1 of the field that is next in line to. Are you still with me?
This is one step in creating a code, called Hathaway, which is used to group the same kind of patients.
Now, with your help, I'm now able to change a 1 into a "underlined" 1, etc.
But, the next step is to put all the fields next to eachother, into a new text field. And here I ran into the next problem, because if I define this field as a calculation, and use something like field1 & field2 & field3... my underlines are gone again !
Any clues ? Thanks again !