I am trying to set the default in a feild to either be today's date if it is before 10:00pm but if it is after 10 PM i want ti to bump to the next day. I used this but I am getting an expression error. Any help?
= IIf ( Time()> 22:00:00 , DateAdd ("d", 1, Date()) , Date())