kimmer7389
Technical User
I have an Access Report and I am trying to display a total if the Count or Sum (Have not gotten either to work) of Lav Values completed = yes (1) AND Total Hours are less than are greater than "01:00"
I have written an expression:
=Abs(Sum(IIf([Critical_Lab_Value_Report_Completed],1,[Total_Hours]<="01:00")))
I can get the Yes part to work but not the second part where I need Total Hours field to be <= "01:00"
What am I doing wrong.
Please Help.
Kim
I have written an expression:
=Abs(Sum(IIf([Critical_Lab_Value_Report_Completed],1,[Total_Hours]<="01:00")))
I can get the Yes part to work but not the second part where I need Total Hours field to be <= "01:00"
What am I doing wrong.
Please Help.
Kim