I've now got the expression down to the following:
Sum(IIf("ColourCode"="Red",1,0)) And Sum(IIf("ColourCode"="Amber",1,0)) And Sum(IIf("ColourCode"="Green",1,0))
However it says the expression is too complex to be evaluated.
When i had 3 instances of the colour code field in my query, i...