Generaly a table wil order data in a two dimensional way, as rows of data in a predefined number of columns. Re-thinking an already tackled problem (but not so very-well-tackled: thus the re-thinking) it struck me that the real problem to overcome were the three dimensions of my problem. Let me elaborate:
Simplified the task would be: populate a database with data concerning people at all the various dates in a year. Do this for a not predefined (i.e. infinit) number of people and a not predefined (i.e. infinit) number of years.
Since every year has 365/366 days, the days could be the (predefined) nummer of columns in a table. Then the rows could be for the (not predefined) number of people. But what to do for the succesion of years? One would like to stack day/people-tables one over the other, just as long as needed (the third dimension).
Acces -of course- will not do this.
Who has brilliant thoughts about this.
Simplified the task would be: populate a database with data concerning people at all the various dates in a year. Do this for a not predefined (i.e. infinit) number of people and a not predefined (i.e. infinit) number of years.
Since every year has 365/366 days, the days could be the (predefined) nummer of columns in a table. Then the rows could be for the (not predefined) number of people. But what to do for the succesion of years? One would like to stack day/people-tables one over the other, just as long as needed (the third dimension).
Acces -of course- will not do this.
Who has brilliant thoughts about this.
Comment