I have a form and I have a calculated field to show the respect time of the day, but it only shows "good morning" even if it is 5:00p.m.m.
Here is my calculated field
TIEMPO: IIf(Now()>TimeValue("12:00:00"),"Good Morning",IIf(Now()<TimeValue("18:00:00"),"Good Afternoon","Good Evening"))
Any help will be appreciated.
Sam
Here is my calculated field
TIEMPO: IIf(Now()>TimeValue("12:00:00"),"Good Morning",IIf(Now()<TimeValue("18:00:00"),"Good Afternoon","Good Evening"))
Any help will be appreciated.
Sam