If is null show me 0

Mark1982

Registered User.
Local time
Today, 09:46
Joined
Jul 12, 2018
Messages
37
what is the formula? if my value is empty cell show me 0 or equal to 0.
i am working in the form design. what is the formula and where to add the formula?
 
You may also use the Format property of the text box:

0:\-0;0;0
 
Last edited:
Dear Arnel,

I try this formula 0:-0;0 in propert format but its not giving me the result.
 
Using a format 0;0;0;0 works for me using a number field textbox.
So does =Nz(fieldname,0) as the control source.
 
You missed one 0.
 

Users who are viewing this thread

Back
Top Bottom