changing colours of records

M

martin

Easy one for somebody

How do I change the backcolor of a whole record in code. I
know how to do this for a field eg
Me.Text1.BackColor = 255
however I don't know how to do the whole record. What I
want to do is change the colour of a record based on the
value of a field.


Thanks in advance

Martin
 
Top