spitzmuller
Programmer
Alright, this might be a tricky one:
I have an Access database that stores people and what they do during their stay at the university. I tried to create some kind of curriculum for everybody. To do that one can choose from about a dozen "events" that can happen during the university carrer, e.g. 'enroll at uni' or 'take sabattical' etc. With me so far?
These events are connected to a certain status that the person obtains when that event is added to his/her curriculum, e.g. 'studying', 'in sabattical'
In other words, there are the following tables
1) persons
2) persons2events (many to many link table with date when the event was added)
3) events
4) events2statusses (many to many link table that defines which event is associated with which status)
5) statusses
Now I want to create a query that shows the persons together with their status on a given date. I hope I expressed myself clearly... not really easy to explain.
Sounds simple but I haven't figured it out yet. If anyone could point me in the right direction.
Help is greatly appreciated. Thanks in advance.
I have an Access database that stores people and what they do during their stay at the university. I tried to create some kind of curriculum for everybody. To do that one can choose from about a dozen "events" that can happen during the university carrer, e.g. 'enroll at uni' or 'take sabattical' etc. With me so far?
These events are connected to a certain status that the person obtains when that event is added to his/her curriculum, e.g. 'studying', 'in sabattical'
In other words, there are the following tables
1) persons
2) persons2events (many to many link table with date when the event was added)
3) events
4) events2statusses (many to many link table that defines which event is associated with which status)
5) statusses
Now I want to create a query that shows the persons together with their status on a given date. I hope I expressed myself clearly... not really easy to explain.
Sounds simple but I haven't figured it out yet. If anyone could point me in the right direction.
Help is greatly appreciated. Thanks in advance.