Hello,
I am newbie to Access 2016 and I would like your assistance on a project.
I would like to keep a record of employee documentation. All the employees should have a specific number of documents (i.e ID, Passport, Criminal Record, etc.) and I need to keep information for each of these documents such as document Number, issue date, expiry date, and issuing authority.
I have created three tables as per below:
tbl_Employees tbl_DocumentType tbl_Documents EmployeeID PK DocumentID PK DocumentID FK Employee Full Name DocumentName DocumentName Issue Date Expiry Date Document Number Issuing Authority EmployeeID FK
Now I would like to create a form where I can insert for each Employee all his documents with information for these documents as per the below example.
EmployeeID: 1 Employee Full Name: Mark Johnes DocumentName Document Number Issue Date Expiry Date Issuing Authority Passport A111111 15/10/2016 15/10/2021 Police ID B222222 10/09/2009 - Police Criminal Record C333333 12/12/2016 12/12/2017 Police Training Certificate D444444 14/05/2016 14/05/2017 Training Center Medical certificate E555555 22/06/2017 22/06/2018 Medical Center
Where the Document Name column is a predefined list of specific number of documents (in this example 5 documents), meaning that the form I need must present a table as per the above with fixed 5 Heading Rows as per the tbl_DocumentType (in this example 5 rows).
So far I have not managed to create such form as it is so difficult for me to tell Access to fix the table with rows from tbl_DocumentType.
The only I have managed so far is a form that will present only each document that can find for each employee in the table “tbl_Documents”.
I am sure there is an easy way out but I cannot find it, please help….