PortalMelt
Programmer
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 < 0) AND (([Before OH]+[OH Cost Calc])<0) DISPLAY "COST", ELSE DISPLAY " "
How do I do this?
Thanks,
Jeff
(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 < 0) AND (([Before OH]+[OH Cost Calc])<0) DISPLAY "COST", ELSE DISPLAY " "
How do I do this?
Thanks,
Jeff