Mhypertext
Registered User.
- Local time
- Yesterday, 18:46
- Joined
- Dec 10, 2008
- Messages
- 29
the below query keeps removing Issuedto Id if there is a 0 amount how do i get it to disply the results even if there is a 0 amount
SELECT [qRY_AllComps04-01-09to06-31-09].IssuedTo, Sum([qRY_AllComps04-01-09to06-31-09].SumOfAmount) AS SumOfSumOfAmount
FROM [qRY_AllComps04-01-09to06-31-09]
GROUP BY [qRY_AllComps04-01-09to06-31-09].IssuedTo;
SELECT [qRY_AllComps04-01-09to06-31-09].IssuedTo, Sum([qRY_AllComps04-01-09to06-31-09].SumOfAmount) AS SumOfSumOfAmount
FROM [qRY_AllComps04-01-09to06-31-09]
GROUP BY [qRY_AllComps04-01-09to06-31-09].IssuedTo;