PortalMelt
New member
- Local time
 - Today, 00:38
 
- Joined
 - Oct 8, 2002
 
- Messages
 - 7
 
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