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!

Recent content by mas0212

  1. mas0212

    Grouped weighted average

    FYI this is on Access 2003.
  2. 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