B
Beverly Darvill
I have a field in a query that says Open or Closed. If the field is Closed
then I need to force the user to fill in another field with a date before
they leave the form, otherwise it can be a null value.
I tried Iif [Status]=CLOSED, NOT NULL but it asks for a date even if the
Status field is Open
In programming I would have used an If Then Else statement but I am not sure
how to phrase it in Access.
Thanks
then I need to force the user to fill in another field with a date before
they leave the form, otherwise it can be a null value.
I tried Iif [Status]=CLOSED, NOT NULL but it asks for a date even if the
Status field is Open
In programming I would have used an If Then Else statement but I am not sure
how to phrase it in Access.
Thanks