I don't know code that well.
I'm trying to count for all curGrefund fields in my report. I need to count only those that have a dollar amount. I do not need to count the ones that are $0.00. THis code works but I wanted to make sure there won't be any problems down the line. Thanks for the help.
=Count([curGrefund]>0 Or [curGrefund]=Null)
Do I need both "[curGrefund]"?
I made an unbound text box in the report footer and put this code in the control source.
Note: This DOES give me the answer I want.
I'm trying to count for all curGrefund fields in my report. I need to count only those that have a dollar amount. I do not need to count the ones that are $0.00. THis code works but I wanted to make sure there won't be any problems down the line. Thanks for the help.
=Count([curGrefund]>0 Or [curGrefund]=Null)
Do I need both "[curGrefund]"?
I made an unbound text box in the report footer and put this code in the control source.
Note: This DOES give me the answer I want.