zacharyjunior
Registered User.
- Local time
- Today, 02:58
- Joined
- Jan 11, 2002
- Messages
- 26
I have a query that returns all customer concerns that have cost the company money by either shipping free parts or paying an invoice. The query returns all data and some fields are blank. For example, if I ship parts only the invoice data is blank as vice versa. I want the null value to show $0.00 in both the query and the report. Where and how do I do this.
I tries to do it under the field in the query under crieteria. This is what I had.
Nz([PartsCost],0)
Thanks for your help.
I tries to do it under the field in the query under crieteria. This is what I had.
Nz([PartsCost],0)
Thanks for your help.