srideout2525
Registered User.
- Local time
- Today, 00:56
- Joined
- Mar 4, 2003
- Messages
- 81
I'm trying to make a query where I sum the rates in an order and sum the additional costs in an order. Unfortunately when there are no additional costs in the order the query leaves that order out. so for example
Order 1 has rate 200, 300 and costs 40 and 50
so i group by order# and sum the rates and the costs
Order 1 rate total 500 cost total 90.
in order 2 rate 200 and 400 and no related costs
the order will not show in my query?
How come? any help? I tried put NZ around the value, but that doesnt work. (i dont believ that is the correct use of NZ anyway..however)
Any help? Thx
Order 1 has rate 200, 300 and costs 40 and 50
so i group by order# and sum the rates and the costs
Order 1 rate total 500 cost total 90.
in order 2 rate 200 and 400 and no related costs
the order will not show in my query?
How come? any help? I tried put NZ around the value, but that doesnt work. (i dont believ that is the correct use of NZ anyway..however)
Any help? Thx