
I am importing some data from an excel spreadsheet into tables and attempting to set the relationships so that I can run reports on it. As you can see, each unit can contain a number of case managers, no sweat. However, it sems as though I need to create a many to many relationship between my case managers and the actual clients. Each child can have up to 3 case managers of 3 different types. Just as a case manager can have many kids, so a child can have many case managers. I've tried quite a bit to get this to work, but to no avail. Could I get some suggestions on how to bind these tables together? I have expanded the view so you can see all the fields for each table. The last 3 fields on the far right table match up to the fields under the middle table, but even trying a linking table I can't seem to break this barrier.
Notes:
No data will ever be inputted into this db, just monthly erasure and reimportation.