Hello folks,
I’m trying to build an application in ASP and MS Access for my local volunteer fire brigade which allows firefighters to logon and indicate their availability over the coming time X number of days. Tracking down people to make up crews over the last Christmas and New Year period highlighted some issues that a more automated way of generating lists of available people could resolve.
I have a ‘vision’ of something on the screen like a spreadsheet with days on one axis and time slots (morning, afternoon, evening) on the other but then in the database a third dimension indicating the firefighter’s name. I can’t seem to come up with a satisfactory way to achieve this, however.
I had thought that functionally-speaking the personnel officer would ‘create’ a range of dates he was interested in getting firefighters availability for but some kind of automatic, rolling schedule might also be good.
Obviously the personnel officer would need to be able to collate the data into some kind of report from which he could put together a crew during a fire.
I have a ‘firefighter’ table with various contact details: I didn’t know whether to go for an ‘availability’ table to hold the date ranges and then have a junction table to build the links or what.
Any help with this problem concerning any approach would be appreciated.
Thanks,
Dave
I’m trying to build an application in ASP and MS Access for my local volunteer fire brigade which allows firefighters to logon and indicate their availability over the coming time X number of days. Tracking down people to make up crews over the last Christmas and New Year period highlighted some issues that a more automated way of generating lists of available people could resolve.
I have a ‘vision’ of something on the screen like a spreadsheet with days on one axis and time slots (morning, afternoon, evening) on the other but then in the database a third dimension indicating the firefighter’s name. I can’t seem to come up with a satisfactory way to achieve this, however.
I had thought that functionally-speaking the personnel officer would ‘create’ a range of dates he was interested in getting firefighters availability for but some kind of automatic, rolling schedule might also be good.
Obviously the personnel officer would need to be able to collate the data into some kind of report from which he could put together a crew during a fire.
I have a ‘firefighter’ table with various contact details: I didn’t know whether to go for an ‘availability’ table to hold the date ranges and then have a junction table to build the links or what.
Any help with this problem concerning any approach would be appreciated.
Thanks,
Dave