just got into this scheduling job and the current scheduling tool is an excel sheet that extends columns to the right for dates, up to years at a time. like this......
date | 6/1/13 |6/2/13 | 6/3/13
day | saturday | sunday | monday
equipment1 | washed | lubricated | ready for use
equipment2 | broken | troubleshoot | fixed
so the dates extend to the right and exceed 255 columns until archived every once in a great while. items get input on this shared spreadsheet from different sections and this thing gets updated often. there are things on this spreadsheet that get used over and over on different sheets of the workbook but using an access database would make a whole lot easier. right now, different sections have data on different sheets and the same data gets input on the calendar sheet depending on if the user remembers to do it or not. so i find inconsistancies all over the place on this thing.
my best idea for improving this is that the scheduling calendar spreadsheet part would stay and the rest of the sheets could go away because most of the data is repeated on the calendar sheet anyway. being able to link this calendar sheet would allow everyone to still schedule their events in the same way they are used to and also allow me to get more use of the data without having to look for inconsistancies first.
the biggest problem with this idea is that the calendar dates flow to the right as columns and exceed 255 which is the cutoff for linking an excel sheet in place of a table. this data being in an access database should idealy be converted from columns to rows or records so that there is a record for every day and not a column or field for each day. i thought if there was a way to link the columns as rows would be great, but i dont know how i could do it. also, the link would have to be dynamic because of how days pass and then do not need to be kept in the active group of records. after the day has passed, we do not need to schedule anymore, it can at that point be archived into a access table. but on that note, the link would never start on excel cell A1, it is more like start QJ3 ish or whatever column is current day or week and go out maybe 3 months of data at a time, like maybe UJ13 for the data end. so this link would need to be dynamic somehow, and again i dont know how to do this either.
any ideas, thanks in advance.