bjallen2880
T-Mobile USA
- Local time
- Yesterday, 19:16
- Joined
- Aug 30, 2006
- Messages
- 13
Greetings all, I've been ripping out my hair trying to figure out the best way to house this data in Access yet still be able to display it afterwards in a sensible fashion.
Here's the scenario: Making a database to show the IT Guy, the Locations he Supports (which are sub-divided into markets, and that's how the IT Guy's relation to the locations is to be shown). There are a group of IT Guys that report to the same supervisor. For each market, there could be one or many IT Guys supporting it. On the flip side, an IT Guy could also support more than one Market.
Example: Joe supports Pennsylvania. Jane supports Ohio and West Virginia. Bob and Bill both support New York. Jack and Jill support Maryland and Delaware.
Currently I have a Locations Table that has all the locations in there, which have the Market sub-division. I have the ITGuy table with name and supervisor (plus personal info). I have a Market table with the market name and the supervisor that relates to it and all his ITGuys that support it. And finally I have a supervisor table.
The problem I'm running into is when I finally go to show information, I want to be able to say "Market Maryland is supported by Jack and Jill, and these are the locations"
Is that possibile with the layout I have?
Here's the scenario: Making a database to show the IT Guy, the Locations he Supports (which are sub-divided into markets, and that's how the IT Guy's relation to the locations is to be shown). There are a group of IT Guys that report to the same supervisor. For each market, there could be one or many IT Guys supporting it. On the flip side, an IT Guy could also support more than one Market.
Example: Joe supports Pennsylvania. Jane supports Ohio and West Virginia. Bob and Bill both support New York. Jack and Jill support Maryland and Delaware.
Currently I have a Locations Table that has all the locations in there, which have the Market sub-division. I have the ITGuy table with name and supervisor (plus personal info). I have a Market table with the market name and the supervisor that relates to it and all his ITGuys that support it. And finally I have a supervisor table.
The problem I'm running into is when I finally go to show information, I want to be able to say "Market Maryland is supported by Jack and Jill, and these are the locations"
Is that possibile with the layout I have?