Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PortalMelt

    conditional text content

    Solved this myself with some help from another site. For the record, here is the code: =IIf([Before OH]>0 And [PROFIT]<0,&quot;OH&quot;,IIf([Before OH]<0 And [PROFIT]<0,&quot;COST&quot;,&quot;&quot;))
  2. PortalMelt

    conditional text content

    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 &quot;OH&quot;, ELSE DISPLAY &quot; &quot; and then this one: IF (Before OH <...

Part and Inventory Search

Back
Top