Hi all, I have a basic knowledge of databases and access but I am stuck with the design of a database that I am currently trying to build. I would greatly appreciate any help anyone here could offer me!
Here is what I need to the database to do:
The database is for a business that helps people get back into employment so the database needs to hold records of the clients who come to the firm.
Once a client comes to the business they will be assigned to an employee who will open their case.
Each case involves trying to get the client the skills needed to get back into work and therefore I need the database to track the skills they obtain or have obtained in the past from five programme categories, however it is worth noting that within each programme category, the course names will differ and the user will need to simply enter the name of the course that the client has taken from that category. (I know this is hard to understand)
A case will also involve trying to get the client into employment and therefore the database will need to track the employment history that a client is sent to as part of the case and the type of employment. the types of employment will also be categoried under 5 types, eg Permanent for over 13 weeks, temporary, self employed etc and each time the client goes to employment the details of the employer will need to be stored about the employment type and a certificate of employment attached.
I have tried a number of times to build this database, trying to create a client table, a case table that holds details of the case eg who its assigned to and which employee, but then I continually find it hard to link the skills to employment table and employment table.
Any design help would be greatly appreciated as I have been struggling with this for weeks now as I simply can now get my head round how to link the skills a client has obtained to information about the programmes undertaken and then the courses names etc from teach programme they have undertaken and the same with their employment history.
All of it needs to link back to the client as I build a case for each client about their skills and employment.
Please help!