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 investigating, the field variable type is 'Error' and not 'Null' which explains why I get errors showing. Is this something to do with the report being based on a cross-tab query ?
Finally, if I set one textbox simply to 'Fieldname' and another to 'Nz([FieldName],0) the Nz text box does then display correctly and still does even if i then delete the text box with 'FieldName' in 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 investigating, the field variable type is 'Error' and not 'Null' which explains why I get errors showing. Is this something to do with the report being based on a cross-tab query ?
Finally, if I set one textbox simply to 'Fieldname' and another to 'Nz([FieldName],0) the Nz text box does then display correctly and still does even if i then delete the text box with 'FieldName' in it.
