Minty
AWF VIP
- Local time
- Today, 16:56
- Joined
- Jul 26, 2013
- Messages
- 10,683
The data you have displayed appears to be normalized, but looking at your pictures you still haven't grasped the employee / document relationship.
The link you have posted explains how to get an output from properly normalized data into a non-normalized format - handy for reports to bosses. It is a very normal use of crosstab queries.
The easiest way I can describe very basic normalization is to think of storing the data Vertically - this is database style.
If you are storing data horizontally you are probably not normalized and are still thinking in spreadsheet storage. There is a link in my signature have a read.
The link you have posted explains how to get an output from properly normalized data into a non-normalized format - handy for reports to bosses. It is a very normal use of crosstab queries.
The easiest way I can describe very basic normalization is to think of storing the data Vertically - this is database style.
If you are storing data horizontally you are probably not normalized and are still thinking in spreadsheet storage. There is a link in my signature have a read.