L
Lori
Okay, I need to write a statement that will return one of two results. In my
jobsite table I have a item OT BIllable. If this item is checked then I want
the total to be the actual number of hours billed. If the answer is no then
I want 40 hours.
I've written the following
=IIf(Jobsites![OT Billable]="Yes",[BillableHours Grand Total
Sum],IIf(Jobsites![OT Billable]="No","40"))
But naturally I'm getting an error as a result.
jobsite table I have a item OT BIllable. If this item is checked then I want
the total to be the actual number of hours billed. If the answer is no then
I want 40 hours.
I've written the following
=IIf(Jobsites![OT Billable]="Yes",[BillableHours Grand Total
Sum],IIf(Jobsites![OT Billable]="No","40"))
But naturally I'm getting an error as a result.