Hi all,
I have tried Nz([FielName], 0)
I also tried IIF(IsNull([FielName]), 0, [FieldName])
but the report still display #ERROR.
Note: the report is getting data from the query.
Is there away to set the default value on the report field name? or any way I can get around it
Thanks,
I have tried Nz([FielName], 0)
I also tried IIF(IsNull([FielName]), 0, [FieldName])
but the report still display #ERROR.
Note: the report is getting data from the query.
Is there away to set the default value on the report field name? or any way I can get around it
Thanks,