I have a combo box named STATUS in a form named TASK LIST with a dropdown selection to select either O, for open, or C for closed. The problem I am having is that I have been trying to use the IIF statement in another field called COMP DATE. This field is formatted mm/dd/yyyy. I am trying to use the IIF statement when I select C in the STATUS field that it automatically put the current date in the COMP DATE field. I tried several variations of the IIF statement in event on enter properties of the COMP DATE field =IIF([STATUS]=”C”, date(),””) . This did not get me anywhere. Both of these field names is on the same form. Have any suggestions?