P
Pat Coleman
Here is my query:
SELECT [Weight Bronx Wednesday].NUM, Sum([Weight Bronx Wednesday].Weight) AS
SumOfWeight
FROM [Weight Bronx Wednesday]
GROUP BY [Weight Bronx Wednesday].NUM;
My other query where the above query pulls the data from called 'Weight
Bronx Wednesday' lists all the line items associated with invoice numbers
[NUM] and the line item weight [Weight]
I want to get the total weight of each [NUM] so I have this above query.
If I try any other of the parameters available in the 'Group by' dialog box
in design view, such as [COUNT] or [AVG], the query will work no problem. It
is crashing when I try to use [SUM]
I have all the latest updates from officeupdate.com site.
When I run it I get a pop up box saying that Access needs to close down and
send error report toMicrosoft.
This is a summary of error:
AppName: msaccess.exe AppVer: 11.0.8166.0 AppStamp:46437912
ModName: msaccess.exe ModVer: 11.0.8166.0 ModStamp:46437912
fDebug: 0 Offset: 000bba09
Could this be because I am querying a query ? How many queries can I query,
if you know what I mean. How many queries can I drill down through ? ie can
query1 get data from query2, who in turn gets data from query3, who in turn
gets data from query4 etc. etc....
SELECT [Weight Bronx Wednesday].NUM, Sum([Weight Bronx Wednesday].Weight) AS
SumOfWeight
FROM [Weight Bronx Wednesday]
GROUP BY [Weight Bronx Wednesday].NUM;
My other query where the above query pulls the data from called 'Weight
Bronx Wednesday' lists all the line items associated with invoice numbers
[NUM] and the line item weight [Weight]
I want to get the total weight of each [NUM] so I have this above query.
If I try any other of the parameters available in the 'Group by' dialog box
in design view, such as [COUNT] or [AVG], the query will work no problem. It
is crashing when I try to use [SUM]
I have all the latest updates from officeupdate.com site.
When I run it I get a pop up box saying that Access needs to close down and
send error report toMicrosoft.
This is a summary of error:
AppName: msaccess.exe AppVer: 11.0.8166.0 AppStamp:46437912
ModName: msaccess.exe ModVer: 11.0.8166.0 ModStamp:46437912
fDebug: 0 Offset: 000bba09
Could this be because I am querying a query ? How many queries can I query,
if you know what I mean. How many queries can I drill down through ? ie can
query1 get data from query2, who in turn gets data from query3, who in turn
gets data from query4 etc. etc....