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