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 SkipVought 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. strykerhorse

    DISTINCT COUNT

    You could make an if statement like this (i am not using real code): if(the column that the info is in != null value) {Count Distinct} the computed item for dealing with blanks would be written in close to the same way: if(the column that the info is in == null) {Count} Try those out and I...

Part and Inventory Search

Back
Top