I have a report based on a cross-tab query and on the report I want to use the Nz function for the summarised fileds from the cross-tab but I am having problems with it.
When I use Nz([FieldName],0) in a textbox the report displays errors instead of a number or zero as I want it to. On...