M Mark1982 Registered User. Local time Today, 09:46 Joined Jul 12, 2018 Messages 37 Jul 29, 2018 #1 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?
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?
P plog Banishment Pending Local time Today, 01:46 Joined May 11, 2011 Messages 11,993 Jul 29, 2018 #2 The Nz function (https://www.techonthenet.com/access/functions/advanced/nz.php) You put it in the control source of where you want to show
The Nz function (https://www.techonthenet.com/access/functions/advanced/nz.php) You put it in the control source of where you want to show
arnelgp ..forever waiting... waiting for jellybean! Local time Today, 14:46 Joined May 7, 2009 Messages 20,317 Jul 29, 2018 #3 You may also use the Format property of the text box: 0:\-0;0;0 Last edited: Jul 29, 2018
M Mark1982 Registered User. Local time Today, 09:46 Joined Jul 12, 2018 Messages 37 Jul 29, 2018 #4 Dear Arnel, I try this formula 0:-0;0 in propert format but its not giving me the result.
isladogs MVP / VIP Local time Today, 07:46 Joined Jan 14, 2017 Messages 18,901 Jul 29, 2018 #5 Using a format 0;0;0;0 works for me using a number field textbox. So does =Nz(fieldname,0) as the control source.
Using a format 0;0;0;0 works for me using a number field textbox. So does =Nz(fieldname,0) as the control source.
arnelgp ..forever waiting... waiting for jellybean! Local time Today, 14:46 Joined May 7, 2009 Messages 20,317 Jul 29, 2018 #6 You missed one 0.
Gasman Enthusiastic Amateur Local time Today, 07:46 Joined Sep 21, 2011 Messages 16,917 Jul 29, 2018 #7 Mark1982 said: Dear Arnel, I try this formula 0:-0;0 in propert format but its not giving me the result. Click to expand... That is not even what arnelgp posted?
Mark1982 said: Dear Arnel, I try this formula 0:-0;0 in propert format but its not giving me the result. Click to expand... That is not even what arnelgp posted?