Paul has attended:
Access Intermediate course
Access Advanced course
Normalisation
Hi All
is having a table with
order ref (PK, Autonumber)
order number
part number
qty due
date due
date sent
in third normal form?
cheers
Paul
RE: normalisation
Hi Paul
Yes. The table is in Third normal form.
A table is in Third normal form, if it is a table with a single primary key where ALL the fields relate to the primary key.
In your table you seem to have 2 order identifiers:
Order ref as a Autonumber seems to be the Primary key and a Order Number.
Carlos