G
Guest
Hello,
I've got a continuous form containing more than one record (5 to 30). I
present the data of these records in text boxes. I need to color the boxes
according to the data that they contain. This means that the same field can
have different colors in different records. The total number of colors that
is about 8 (correspondending with 8 different codes that can be in the data
fields behind the text boxes).
Normally I would use Access standard conditional make-up function to
implement the functionality described above. However the limit on the
conditionl make-up criteria for each field is three (also if you use the
formatconditions object in VBA) so that is not sufficient in this case. Is
there any way to add more than three conditional make-up criteria to a text
field?
Any help would be very much appreciated.
I've got a continuous form containing more than one record (5 to 30). I
present the data of these records in text boxes. I need to color the boxes
according to the data that they contain. This means that the same field can
have different colors in different records. The total number of colors that
is about 8 (correspondending with 8 different codes that can be in the data
fields behind the text boxes).
Normally I would use Access standard conditional make-up function to
implement the functionality described above. However the limit on the
conditionl make-up criteria for each field is three (also if you use the
formatconditions object in VBA) so that is not sufficient in this case. Is
there any way to add more than three conditional make-up criteria to a text
field?
Any help would be very much appreciated.