On Error

D

DS

I have a control from a query that gives me #Error when there are no
records, I need it to be 0 if the there are no records, I tried this
but to no avail.

=Nz([NT],0)
Thanks
DS
 
M

mscertified

what type of control? and how is it being populated?
I dont understand 'a control from a query'

Dorian.
 
Top