How do i stop access accepting null values?

R

Refaat malki

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
 
R

Rick B

Make the fieilds requireed in the tables. Or, use the validation rules and
text in your forms. Or both!
 
Top