I have the following sql statement in a query;
Sum(IIf([Workorders].[BCBOE]=True,([Totalreg Labor])+([Totalot Labor])/2), Sum(([Totalreg Labor])+([Totalot Labor])) AS [Total Labor])
I am getting the error Syntac error (missing operator) in query expression.
It highlights the AS. I can't find my error, can anyone help?
thanks again in advance.
Sum(IIf([Workorders].[BCBOE]=True,([Totalreg Labor])+([Totalot Labor])/2), Sum(([Totalreg Labor])+([Totalot Labor])) AS [Total Labor])
I am getting the error Syntac error (missing operator) in query expression.
It highlights the AS. I can't find my error, can anyone help?
thanks again in advance.