Braindead90
New member
- Local time
- Today, 05:26
- Joined
- Oct 10, 2013
- Messages
- 7
I am creating a create a table that will have list people doing jobs. So the table will list jobs and the people associated with it. The problem is that many people can work one job and one jobs could be completed by many people.
I was told that would require an all to all relationship, the problem is that to have that can of relationship, I would need to list all possible combinations in a spearate table. I would do this but the table will updated by other people and that would mean I would have to redo that permutation table EVERY TIME. Is there a way around it?
I was told that would require an all to all relationship, the problem is that to have that can of relationship, I would need to list all possible combinations in a spearate table. I would do this but the table will updated by other people and that would mean I would have to redo that permutation table EVERY TIME. Is there a way around it?