J
Jeff
I am trying to use a crosstab query to count three textual values. In
this instance, I am trying to have it count "WINS," "LOSSES," and
"TIES" for an athletic team by opponent and then, in a separate
crosstab query, by season.
I notice that the crosstab query returns a null value for a particular
result if that result is not present. For example, if the database
shows no ties against [TeamA], the crosstab query will return a null
value for ties against [TeamA]. Wins and losses will be counted for
[TeamA], if present, as expected. I would rather the query show a
value of zero (0) if there are no instances of a tie. I vaguely
understand the concept of the Nz function, but can't seem to figure
out how to apply this to the crosstab query. Any thoughts? Thanks in
advance!
this instance, I am trying to have it count "WINS," "LOSSES," and
"TIES" for an athletic team by opponent and then, in a separate
crosstab query, by season.
I notice that the crosstab query returns a null value for a particular
result if that result is not present. For example, if the database
shows no ties against [TeamA], the crosstab query will return a null
value for ties against [TeamA]. Wins and losses will be counted for
[TeamA], if present, as expected. I would rather the query show a
value of zero (0) if there are no instances of a tie. I vaguely
understand the concept of the Nz function, but can't seem to figure
out how to apply this to the crosstab query. Any thoughts? Thanks in
advance!