C
Chantel33
I have the following expression on my form in my Total Hours field:
IIf ( [Processed Date] = Now () , Sum ( [Hours] ) , 0)
I would like for the total hours field to sum the hours entered for the
present day, but i am getting an error. Please help. I would like my total
hours to reflect hours entered and processed for the current day, each day.
IIf ( [Processed Date] = Now () , Sum ( [Hours] ) , 0)
I would like for the total hours field to sum the hours entered for the
present day, but i am getting an error. Please help. I would like my total
hours to reflect hours entered and processed for the current day, each day.