Created a query. One of the fields calculates Sales year to date for 2006. It is a simple formula, see below.
2006ytd: nz([Jan-06])+nz([Feb-06])+nz([Mar-06])+nz([Apr-06])+nz([May-06])+nz([Jun-06])
The formula works as it should and captures the correct data, but if there were negative sales it will also capture it. What can I put into this formula that will not look at negative ($500.00) sales?
Thanks!
2006ytd: nz([Jan-06])+nz([Feb-06])+nz([Mar-06])+nz([Apr-06])+nz([May-06])+nz([Jun-06])
The formula works as it should and captures the correct data, but if there were negative sales it will also capture it. What can I put into this formula that will not look at negative ($500.00) sales?
Thanks!