Calculated field as a trigger

S

Sokan33

I would like to know how to trigger a Yes/No field to return a value of Yes
when the number in a calculated field is =>3. Thanking you in advance!
 
S

Sokan33

Thanks Karl,
I used the following expression in the control source of the yes.no text
field and it work just fine.
=IIf(([PeriodLastAnnoited]>2),"Yes","No")
 
Top