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 » Normal form
Normal form
Resolved · Low Priority · Version 2003
Anna has attended:
Access Intermediate course
Access Advanced course
Access VBA course
Normal form
what is first normal form?
RE: normal form
Hi Anna
A table is in First Normal Form if:
1. It has no duplicate records (ie It has a Primary Key)
2. Fiels are broken down (A field Name is divided into 2 fileds containing First Name and Last Name)
3. You must not duplicate data within the same row of a table
Hope this hepls
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:Closing form after a certain time periodTo make a form close automatically after a certain time period, you need to assign the close function to a macro. |