G
Guest
i have a crosstabe query and the data looks something like this
name period 1 period 2 period 3
joe smith 2 1
john frank 3 4 1
tom smith 1 2
where there is a blank i would like it to fill a zero how can i do this
i thought with nz function but it doesnt return a 0 does this mean its
not null
name period 1 period 2 period 3
joe smith 2 1
john frank 3 4 1
tom smith 1 2
where there is a blank i would like it to fill a zero how can i do this
i thought with nz function but it doesnt return a 0 does this mean its
not null