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 Chriss Miller 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: Currana
  • Content: Threads
  • Order by date
  1. Currana

    SubQuery - how to Sum & Count

    Hi everyone, I’m not sure if this is a SubQuery or not, but may I ask for some help please ? I have 2 queries, the first is :- SELECT Clients.Clientname, SUM(Items.Itemexvat) AS [ExTax], SUM(Items.Itemvatamount) AS [Tax], SUM(Items.Itemincvat) AS...

Part and Inventory Search

Back
Top