G
Guest
Hello.
I am trying to create a way in which the background color of a text box
within an Access 2000 report can change to anyone of 6 colors based on the
results of another box. Can this be done with Nested If's? If so how would I
revise this (Because right now it works great indicating the correct number.
But I want it to change the background color not the number) :
=IIf([text93]="Advertising/Brand",1,IIf([text93]="Direct
Mail",2,IIf([text93]="Inbound
TM",3,IIf([text93]="Internet",4,IIf([text93]="Outbound
TM",5,IIf([text93]="Statements",6,""))))))
Please Advise. Thanks in Advance!
-ChicagoBuckeye
I am trying to create a way in which the background color of a text box
within an Access 2000 report can change to anyone of 6 colors based on the
results of another box. Can this be done with Nested If's? If so how would I
revise this (Because right now it works great indicating the correct number.
But I want it to change the background color not the number) :
=IIf([text93]="Advertising/Brand",1,IIf([text93]="Direct
Mail",2,IIf([text93]="Inbound
TM",3,IIf([text93]="Internet",4,IIf([text93]="Outbound
TM",5,IIf([text93]="Statements",6,""))))))
Please Advise. Thanks in Advance!
-ChicagoBuckeye