V
Val
Help,
I have a supreport that calculates the sum of $.
Sometimes it returns Null.
The subreport is part of a calculation on the report and
when the subreport is Null, the calculation return #Error.
Unfortuneately, Access 2002 has a bug with the Nz() and
whenever I test the IsNull() or IsNumeric() it's always =
0.
How do I adjust my calculation so when the subreport
returns Null, it sees 0?
Or
How do I change the format of my currency field to a
string so I can try to see if Len(x)=0?
Thanks!
I have a supreport that calculates the sum of $.
Sometimes it returns Null.
The subreport is part of a calculation on the report and
when the subreport is Null, the calculation return #Error.
Unfortuneately, Access 2002 has a bug with the Nz() and
whenever I test the IsNull() or IsNumeric() it's always =
0.
How do I adjust my calculation so when the subreport
returns Null, it sees 0?
Or
How do I change the format of my currency field to a
string so I can try to see if Len(x)=0?
Thanks!