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

    Grouped weighted average

    Hello, I'm trying to do a grouped weighted average query and am not having much luck. I have the following sub-query defined as [Mike - Total Floating Balance by Deal Number]: SELECT Order.[Deal Number], Sum(IIf(Order.[Fixed/Float]="Fixed",0,Order.[QTY MM]*Issue.[Factor])) AS...

Part and Inventory Search

Back
Top