used to know how to set 0 to show nothing Null or blank

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I used to know how to do this a few years ago. Have a field in a table set
as a number.

On the form it automatically sets it to 0. How can I have it blank or null
until I decide if the number should be set to 0. If I decide not to make an
number entrie in the field, just leave it blank.
 
Sounds as though you've got a Default Value set, either for the field in the
table, or the control on the form. Just leave the DefaultValue property
empty (and make sure that the table field isn't set as Required)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top