Heythere82
Registered User.
- Local time
- Today, 14:30
- Joined
- Feb 17, 2016
- Messages
- 14
Hello everyone,
I am trying to design an Access Database to track/store employee history. Right now, we have 2,000+ employee folders that have to be retrieved and refiled each time a document has to be added.
I mentioned this task to a database manger from another department and he didnt think access would be able to do this.
I'm just trying to figure out if this is possible and what it should look like.
An overview of what it has to do:
- Around 1,000 active employees at a given time, each with an employment history folder
-Each employee would have to show a current disciplinary status and reason (probation, suspended until 3/17/16,etc)
-Each 'folder' would need to be able to hold attendance documentation, disciplinary/appeal documentation,
-Administrators will need to be able to easily add this documentation to folders. They must be able to view all the documentation specific to an employee at the same time. (a dashboard? for each employee)
The way that I'm envisioning it now is a table for each type of documentation (Attendance Doc table, Disiplinary Doc Table, Appeal Doc table, etc.)
Users would add new docs through forms.
My first issue is figuring out how to show multiple docs related to a specific employeeID on the same form. An employee might have anywhere from 2 to 40+ docs in the file.
Secondly, we currently print out email correspondence that we have with each employee. The only solution I can think of is to allow a Note sections on each form to copy email text into. Im concerned because this would remove all formatting and make it very difficult to navigate.
So is this possible or is there a better alternative?
I am trying to design an Access Database to track/store employee history. Right now, we have 2,000+ employee folders that have to be retrieved and refiled each time a document has to be added.
I mentioned this task to a database manger from another department and he didnt think access would be able to do this.
I'm just trying to figure out if this is possible and what it should look like.
An overview of what it has to do:
- Around 1,000 active employees at a given time, each with an employment history folder
-Each employee would have to show a current disciplinary status and reason (probation, suspended until 3/17/16,etc)
-Each 'folder' would need to be able to hold attendance documentation, disciplinary/appeal documentation,
-Administrators will need to be able to easily add this documentation to folders. They must be able to view all the documentation specific to an employee at the same time. (a dashboard? for each employee)
The way that I'm envisioning it now is a table for each type of documentation (Attendance Doc table, Disiplinary Doc Table, Appeal Doc table, etc.)
Users would add new docs through forms.
My first issue is figuring out how to show multiple docs related to a specific employeeID on the same form. An employee might have anywhere from 2 to 40+ docs in the file.
Secondly, we currently print out email correspondence that we have with each employee. The only solution I can think of is to allow a Note sections on each form to copy email text into. Im concerned because this would remove all formatting and make it very difficult to navigate.
So is this possible or is there a better alternative?