I'm not sure if the question you asked has been answered. Do you want the default value of the box to be zero or do you just want a zero to show up in the box?
You could also use the Before Update of the form to check the value of your textbox, if it is null then set the value to 0. This event only fires if the record is dirty, so you can close the form without the event firing if the record has not be created.
Thanks for the help, what I ended up doing was changing the validation to "Is Not Null" that way if it is left blank it gives a message saying a value must be entered.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.