Database to manage resource at a number of buildings.
Resource is very similar in each building, for example
Computer Model (A)
Computer Model (B)
Phone Model 1
Phone Model 2
Desk Printer
The challenge is I would like to track up to 200 desks in 10 separate buildings. These buildings will be used by multiple teams (up to 30 per site) who have the default resource configured differently on each desk.
I can setup a many 2 many relationship between the Buildings and the Teams to get a unique entry for every desk and team at each building. My problem now is how can I relate each resource (possibly multiple) to each desk. I could create a Resource Table and link that to my data but the only way I can see this working is to create a column for every resource to be able to flag if the
Resource needs to be present. Is there a smarter way to do this.
Thanks
Resource is very similar in each building, for example
Computer Model (A)
Computer Model (B)
Phone Model 1
Phone Model 2
Desk Printer
The challenge is I would like to track up to 200 desks in 10 separate buildings. These buildings will be used by multiple teams (up to 30 per site) who have the default resource configured differently on each desk.
I can setup a many 2 many relationship between the Buildings and the Teams to get a unique entry for every desk and team at each building. My problem now is how can I relate each resource (possibly multiple) to each desk. I could create a Resource Table and link that to my data but the only way I can see this working is to create a column for every resource to be able to flag if the
Resource needs to be present. Is there a smarter way to do this.
Thanks
Last edited: