Hi,
I have an Iif statement running on a query that figures out based on time if someone has slept in at work...
Sleep In: IIf([Time Out]>=#21:55:00#,"Sleep In","")
I want to add to this that I only want it to run the above Iif statement if the [Notes] column is null. I still want all records...