Add fields on form

A

annette

I would like to add values in fields on a form including
those with null values. Nz function doesnt want to work
for me. Any suggestions??
 
B

Bharath

Locate utility.mda file on ur pc and add it to the list of
references from msaccess. maybe that will make nz work. if
not then create a function which returns 0/"" when the
value passed to the function is null.

contact me at [email protected]
 
Top