Sylvia8146
Technical User
I currently have a flat, single table, database for recording the dates that staff attended various training courses. It consists of Name; and Dept; fields plus about 50 named Course fields, so that each record contains all the information about one member of staff and the dates they attended training. There are 460 staff records with attendance dates for around 50 different courses.
What I would like to do is convert this into three separate tables - Staff; Course; and DateAttended. I have created the tables and imported data into the Staff and Courses tables but I'm having problems with the date of attendance.
In the original table the data is stored horizontally and I need to change this to a vertical format (I think). Any ideas please?
What I would like to do is convert this into three separate tables - Staff; Course; and DateAttended. I have created the tables and imported data into the Staff and Courses tables but I'm having problems with the date of attendance.
In the original table the data is stored horizontally and I need to change this to a vertical format (I think). Any ideas please?