Dear All,
I'm new to this site, but already it looks very helpful, so i'm going to try and test all those great minds out there. I'm trying to create an automated timetable booking system in Access. The basic outline of the project is to allow staff to book rooms in a building through a database. I'm having GREAT trouble trying to a)Normalise the data and b) Present it in a "Timetable" format. There are 4 rooms and 11 periods in each day. So far i've got 4 tables;
DEPARTMENTS(Department_ID, Department_Name,
Department_TelephoneNo)
STAFF(Staff_ID, Staff_MemberName, Department_ID)
ROOMS(Room_ID, Room_Name, Number_PCs, Whiteboard,
Interactive_Whiteboard, Projection_Equipment,
Television/Video, Scanner, Colour_Printer,
LaserBW_Printer)
BOOKINGS(Week_No, Day, Period, Room_ID, Staff_ID)
It seems to me to have a lot of repeating fields (namely Week_No, Day etc..) and i'm finding it almost impossible to create a "Timetable" form to display the information for the week (Pivot Table is the closest if have come). Can anyone pass a little help my way? Any feedback would be greatly appreciated!
Ali
I'm new to this site, but already it looks very helpful, so i'm going to try and test all those great minds out there. I'm trying to create an automated timetable booking system in Access. The basic outline of the project is to allow staff to book rooms in a building through a database. I'm having GREAT trouble trying to a)Normalise the data and b) Present it in a "Timetable" format. There are 4 rooms and 11 periods in each day. So far i've got 4 tables;
DEPARTMENTS(Department_ID, Department_Name,
Department_TelephoneNo)
STAFF(Staff_ID, Staff_MemberName, Department_ID)
ROOMS(Room_ID, Room_Name, Number_PCs, Whiteboard,
Interactive_Whiteboard, Projection_Equipment,
Television/Video, Scanner, Colour_Printer,
LaserBW_Printer)
BOOKINGS(Week_No, Day, Period, Room_ID, Staff_ID)
It seems to me to have a lot of repeating fields (namely Week_No, Day etc..) and i'm finding it almost impossible to create a "Timetable" form to display the information for the week (Pivot Table is the closest if have come). Can anyone pass a little help my way? Any feedback would be greatly appreciated!
Ali