Scott C said:
Can a crosstab query be configured to replace Nulls with
Zeros?
Yep.
In design view there will be one column with a crosstab heading of
"Crosstab" and a total heading of "Count" or "Sum" etc.. Lets use "Count"
as an example. Change the setting "Count" to "Expression" and then in the
Field where you now have something like....
The Value: ID
Change to ...
The Value: Count(Nz(ID,0))