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 MikeeOK 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: *

  • Users: jonathangr
  • Content: Threads
  • Order by date
  1. jonathangr

    Query help needed (getting wrong results)

    Hello I am getting wrong results with my query so I hope you can help me check what the problem is. What I want to do is to count the number of times a field (NIP) is in field EF1 or in field EF2. Here's my query: SELECT table1.NIP, Count([table2]![EF1] And [table2]![EF2]) AS CountNIP FROM...

Part and Inventory Search

Back
Top