R
Rhys Davies
Hi - i have several reports that i am creating for users to input their
required criteria - i.e. a report using query by form - they all work fine
unless the criteria a user enters results in an empty query. the fields on
the form are all summed or counted e.g. =Count([loanID]) to count the number
of loans made, =Sum([amountloaned]) to show the total amount of money loaned.
I am trying to account for the null values otherwise the fields on the
report just show 'error'.
I a trying to use the Nz function but am unsure if it will work on a field
already using another function
=Count(Nz([loanID]),0)
Does anyone know if this can be done?
Thanks,
Rhys.
required criteria - i.e. a report using query by form - they all work fine
unless the criteria a user enters results in an empty query. the fields on
the form are all summed or counted e.g. =Count([loanID]) to count the number
of loans made, =Sum([amountloaned]) to show the total amount of money loaned.
I am trying to account for the null values otherwise the fields on the
report just show 'error'.
I a trying to use the Nz function but am unsure if it will work on a field
already using another function
=Count(Nz([loanID]),0)
Does anyone know if this can be done?
Thanks,
Rhys.