How do i stop access accepting null values?

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

Guest

I have a database which different users use but I wish to prevent them from
inserting Null values into text boxes or into number and date fields
 
Make the fieilds requireed in the tables. Or, use the validation rules and
text in your forms. Or both!
 

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