I am trying to use this formula in conditional formatting and it says that syntax is wrong:
What I want the code to do is check if [tbArrTime] is null and [tbSchTime] is less than the Current time. Meaning the Appointment is late.
Code:
And(IsNull([tbArrTime]),[tbSchTime]<Date)
What I want the code to do is check if [tbArrTime] is null and [tbSchTime] is less than the Current time. Meaning the Appointment is late.