Can anyone help
I need to change the background colour of a field in a report dependant on it's value
my code is a s follows and it is placed in the detail section in the on format event
if togo.value < 10 then
togo.backcolor=255 (Red)
end if
I can make all the records togo foreground colors = 255
and that works , but not for all records less than 10 and not the background color
I am using access 2003 on an XP machine
Thanks in anticipation
Regards
Ian Clegg
I need to change the background colour of a field in a report dependant on it's value
my code is a s follows and it is placed in the detail section in the on format event
if togo.value < 10 then
togo.backcolor=255 (Red)
end if
I can make all the records togo foreground colors = 255
and that works , but not for all records less than 10 and not the background color
I am using access 2003 on an XP machine
Thanks in anticipation
Regards
Ian Clegg