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 derfloh 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: Diemesse
  • Content: Threads
  • Order by date
  1. Diemesse

    Sales reporting query for month and year

    I'm writing a query that has me stumped. I work in Delphi, and am using an ADO query with Jet SQL (Access database). I need to know totals for the month in question, and also for the current year. How do I write a subquery to do this? I've tried: SELECT Q.Manufacturer, Sum(Q.QValue) AS...

Part and Inventory Search

Back
Top