U
urbanista
I'm using Nz in a crosstab query to put in a zero when
the count is zero. I.e.:
TRANSFORM Nz(Count(TESTER.WEIGHTID),0) AS CountOfWEIGHTID
This returns a 0 when there aren't any cases that apply
for a given cell, but then these count fields are all
strings. I need them to be numeric. Help!
the count is zero. I.e.:
TRANSFORM Nz(Count(TESTER.WEIGHTID),0) AS CountOfWEIGHTID
This returns a 0 when there aren't any cases that apply
for a given cell, but then these count fields are all
strings. I need them to be numeric. Help!