Hi plog,
I would like to normalize table data from Excel to Access in best efficient way (Tab1 in example database - this is an Excel table for normalization).
1. How to make this database relational ?
I have build relation between table EmloyeeDocuments and Employees - could you please see at it?
The idea for whole database is:
- User can input Person data, automatically JobPart will be attaching to it, and all documents connected to this person.
Additionally there should be a text boxes where for each month (from january to june) user should write the money for each document for each name, for example:
Person, JobPart, DocumentName, WorkDate, Money
John, 1 , Dokument1, ,2017-01-01, 1000
John, 1 , Dokument1, ,2017-02-01, 500
John, 1 , Dokument1, ,2017-03-01, 10
John, 1 , Dokument1, ,2017-04-01, 100
John, 1 , Dokument1, ,2017-05-01, 1
John, 1 , Dokument1, ,2017-06-01, 22
John, 1 , Dokument2, ,2017-01-01, 12
John, 1 , Dokument2, ,2017-02-01, 33
John, 1 , Dokument2, ,2017-03-01, 2
John, 1 , Dokument2, ,2017-04-01, 55
John, 1 , Dokument2, ,2017-05-01, 34
John, 1 , Dokument2, ,2017-06-01, 55
I am trying to do it with user-friendly way in Access so I am asking about help.
Best wishes,
Jacek