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

  1. southernweyr

    query does not return total if one table doesn't have excact match

    I have two tables. One for previous time in make & model and one for adding new time (flightdata). I have a query that will get the sum of time from flightdata for each make & model and another query that adds the make&modelnewtotals total to the time from previousmake&model. The problem I...
  2. southernweyr

    using the sum of two fields to get a total sum

    I have tried to calculate the sum of two fields with little success. I have been able to combine the numbers in two fields by using SELECT [hours data].hours AS hours, [hours data].[total hours], Sum(Nz([hours],0)+Nz([total hours],0)) AS total FROM [hours data] GROUP BY [hours data].hours...

Part and Inventory Search

Back
Top