![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Sumproduct in Access 2003
hai,
Currently i'm developing one database for my compay. I've two query. A. Query A: 2 column = [Weight] and [ Age] B. Query B: 1 column = [SumofWeight] I would like to create one textbox that can give me the value of SUMPRODUCT from (QueryA.Weight*QueryB.Age) and then divide with value from QueryB.. Currently i'm trying using Microsoft Excel 11.0 Object Library to run this task. but i'm fail. Can any one help me. Thank you in advance - izwan - |
|
|||
|
Re: Sumproduct in Access 2003
hi izwan,
izwan noor wrote: > A. Query A: 2 column = [Weight] and [ Age] > B. Query B: 1 column = [SumofWeight] Depends query B on query A? > I would like to create one textbox that can give me the value of SUMPRODUCT > from (QueryA.Weight*QueryB.Age) and then divide with value from QueryB.. Create a new query: SELECT [Age], [Weight] [Age]*[Weight]/DLookup("[SumOfWeight]", "QueryB") FROM QueryA mfG --> stefan <-- |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|