C 
		
								
				
				
			
		Chey
I am trying to have an expression that displays for all current contracts the
word
Current and for expired the word expired. But for the current ones I also
need to consider the Cont. (continuous contract, never expires). I have the
field set as a text due to the Cont. agreements. Please help me with the
formula. Tks. I tried the one below but did not work....
Expr1: IIf((DateValue([CONTRACT END DATE])>=Now() Or ([CONTRACT END
DATE])="CONT."),"Current","Expired")
				
			word
Current and for expired the word expired. But for the current ones I also
need to consider the Cont. (continuous contract, never expires). I have the
field set as a text due to the Cont. agreements. Please help me with the
formula. Tks. I tried the one below but did not work....
Expr1: IIf((DateValue([CONTRACT END DATE])>=Now() Or ([CONTRACT END
DATE])="CONT."),"Current","Expired")