98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Form entry
Form entry
Resolved · Medium Priority · Version 2003
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
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Deleting duplicate records from a tableYou cannot delete records tables where there duplicate records. A way around this is to create a new table which wont hold the duplicates. and then deleting the old table. |