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 Westi 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. JoePineapples33

    Basic Formula Language

    Sorry if I was being vague in my earlier post. The following formula is fine: if {table.field} = "X" then "" else {table.field} How do I change it around to show the correct version of this? isnull {table.field} = "X" else {table.field}
  2. JoePineapples33

    Basic Formula Language

    Ayup, As a relative newbie to formula writing I keep getting stuck on how to state what I want done in a formula. If I want the report to exclude a certain field, but show others, what is the correct syntax for stating this? I did a version of the following: isnull (field) = "number" else...

Part and Inventory Search

Back
Top