Adele has attended:
Access Intermediate course
Access Advanced course
Access VBA course
Form entry
How do I make a field mandatory?
RE: Form entry
Hi Adele
One way to make a field mandatory is when creating the table. To do this:
1. Create the field in the table's design view
2. In the General design area for that field set Required to Yes
Then when you try and enter data through the form the table won't update until you have entered the required data.
Hope this helps
Carlos