Simon has attended:
Access Intermediate course
Access Advanced course
What is the 1st normal form ?
What is the 1st normal form ?
RE: What is the 1st normal form ?
First Normal Form (1NF) sets the very basic rules for an organized database:
A table in 1NF:
Does not contain similar information in several fields
Does not contain fields in which the values can be further broken down into smaller parts eg. A field called Name can be broken down into FirstName and Last name.