D
Deltic
I am using the following two pieces of code unfortunatly both return
error# rather than the results i was expecting, can anyone see where i
may be going wrong?
colour: IIf([HRSDown]="0","YES (Green)",IIf([HRSDown]>"0" And
[HRSDown]<="3","Yes (Amber)","No Red"))
hoursdowntext: IIf([HRSDown]="0","On Programme")
error# rather than the results i was expecting, can anyone see where i
may be going wrong?
colour: IIf([HRSDown]="0","YES (Green)",IIf([HRSDown]>"0" And
[HRSDown]<="3","Yes (Amber)","No Red"))
hoursdowntext: IIf([HRSDown]="0","On Programme")