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 gkittelson 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. JANELLEB

    Filtering with Formulas

    Bruce, thanks for the counter suggestion. I am working on that angle. Janelle
  2. JANELLEB

    Filtering with Formulas

    Thanks for the inquiry, Jim. INDV_DEMO.MAIN_CSREP and INDV_DEMO.MAIN_REP are boolean expressions. They are represented by checkboxes in my database software. INV_DEMO is a table that is connected to the NAME table by ID number. Basically, here's how we are set up. We have company records...
  3. JANELLEB

    Filtering with Formulas

    I'm really not sure how to approach this, so any helpful tips would be great. I created the following formula in formula editor: IF {INDV_DEMO.MAIN_CSREP}=true then {Name.FULL_NAME} else if {INDV_DEMO.MAIN_REP}= true then {Name.FULL_NAME} else " " I am trying to pull the...

Part and Inventory Search

Back
Top