Null value issue.

G

Guest

I have an issue which seems to me should not be happening
so if anyone could shed some light on this I would
appreciate it.

I have set the table to not allow Null values but on the
form it will still let me move to another record without
entering data into the bound text box.

What is the best way to validate this data?

Thanks.
 
M

Micah Chaney

How did you set the table to not allow Null values? Did you set each field's
property to Required "Yes"?
 
Top