I'm just certain that I'm making this more complicated than it needs to be because I've been hitting my head against this problem for a few days and haven't come up with how to make it work. Thanks in advance for your help!
I am creating a database for a brochure distribution service. The relevant information that needs to be tracked is the BrochureCustomer, RackLocations, RouteAreas, DistributionType, LocationType, StartDate, EndDate. RackLocations are just the locations that we have a brochure rack that we keep filled. RouteAreas are the different cities that these rack locations are in. DistributionType is the RackLocations that the customer can choose that their brochures go in (Lodging, non-lodging, or all locations) and LocationType states what option the RackLocation is (Lodging or non-lodging.) StartDate and EndDate signify when the contract with the BrochureCustomer is up.
The goal right now is to generate a print-out that will list all the BrochureCustomers as the rows and the RackLocations as columns. An "X" or some other symbol will go in the cells that are a RackLocation that each specific BrochureCustomer does not want their brochures placed in (the DistributionType and the LocationType determine that.) I will use the StartDate and EndDate to filter the results to make sure that no BrochureCustomer is included in the printout that hasn't started their contract or whose contract is finished.
How do I set up my relationships? I've set up join tables in the past but do I really need one (or more) this time? I've also attached one of the many Excel files that is currently being used so you can have an example of what is currently being done. Thanks!
Brochure Checkoff sheet (Sturgis).zip