Checking to make sure fields are not empty

J

JudyT

I have a form that all the fields need to be filled in in order to go to the
subform. Is there someway to tell the person entering the data which fields
are empty?

Help?
 
A

Access101

You could go back to the table design, and make all field data types =
REQUIRED

Then at the lowest level, entry would be "forced", and the Access messages
themselves would inform the user.
 
Top