Change a cells background in continuous forms

G

Guest

I need a multi-line form to display items to a main form. So I have added a
sub-form onto the main form and used a relational linked table with seperate
records for each item (or line) in the sub-form.
My problem arises in that I have to highlight problem records by changing
the colours of a field based on it's value. I have added code to the
continuous form and it does check the value, but it changes the whole column
instead of each just by each record.
To illustrate: If column one reads greater than 2 then the second column's
font must be uppercase.
1 e
2 h
0 f
4 G
3 T
etc.
How can this be done? Can anyone help please.
 

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

Top