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 IamaSherpa 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. BigAndy

    What is the Access SQL for a subquery?

    What is the Access SQL for a subquery that counts records from another table? In SQL Server the following statemant works fine, can anyone help me make this work from an Access SQL statement? SELECT U.Name, NumOfItems = (SELECT Count(*) FROM Item I WHERE I.UserIndex = U.UserIndex) FROM User U...

Part and Inventory Search

Back
Top