Solved this myself with some help from another site.
For the record, here is the code:
=IIf([Before OH]>0 And [PROFIT]<0,"OH",IIf([Before OH]<0 And [PROFIT]<0,"COST",""))
I can't find how to do this.
(Note: I'm sure this syntax is all wrong, I don't know Access very much)
In my report I need to do something like :
IF (Before OH > 0) AND (([Before OH]+[OH Cost Calc])<0) DISPLAY "OH", ELSE DISPLAY " "
and then this one:
IF (Before OH <...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.