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

  • Users: goods
  • Order by date
  1. goods

    List Table's Multiple Row info as Column in Query

    SELECT VendorID, Account, Sum(Amount) AS Total FROM TimeRecord GROUP BY VendorID, Account1 ORDER BY VendorID This gives me the information I need but puts the Total on multiple VendorID rows (1 row for each account). I need to have one row per vendor with the totals for each account. I hope...
  2. goods

    List Table's Multiple Row info as Column in Query

    I have a table with amounts associated with an account per vendor. Somewhat like this: VendorID Amount Account 1 8.24 2 2 4.39 1 2 12.69 2 3 1.98 2 1 3.67 2 2 14.87 3...

Part and Inventory Search

Back
Top