This is an in-depht question and will probably take an Access ghuru to lead me in the right direction. I tend to be a little "thick" sometimes.
I am trying to create a DB reflecting a machine audit program. There will be approximately 25 audit items that will be checked on each machine each day and all 25 items will apply to all machines. However, not all machines (263 of them) will have an entry for each audit item on that day. Some machines will be running very good that day and may only have 5 out of 25 items.
We have to record the date - the shift - the Auditor - the Machine # and which of the 25 audit items applied to that machine # that day. Can anyone get me started setting up tables in the most normalized state. My first thought is to have a table that has the machine # and all the possible audit items and just check the ones that apply, but that could leave a lot of fields empty for each piece of equipment each day.
But how can you report just the exceptions? All I can visualize is a report with all the items listed vertically under a field called "Exceptions" but I would want a report with the items listed horizontally. I hope I am making sense, but I might not be seeing everything that I need to see here.
Thanks to anyone who may take me on as their "challenge".
I am trying to create a DB reflecting a machine audit program. There will be approximately 25 audit items that will be checked on each machine each day and all 25 items will apply to all machines. However, not all machines (263 of them) will have an entry for each audit item on that day. Some machines will be running very good that day and may only have 5 out of 25 items.
We have to record the date - the shift - the Auditor - the Machine # and which of the 25 audit items applied to that machine # that day. Can anyone get me started setting up tables in the most normalized state. My first thought is to have a table that has the machine # and all the possible audit items and just check the ones that apply, but that could leave a lot of fields empty for each piece of equipment each day.
But how can you report just the exceptions? All I can visualize is a report with all the items listed vertically under a field called "Exceptions" but I would want a report with the items listed horizontally. I hope I am making sense, but I might not be seeing everything that I need to see here.
Thanks to anyone who may take me on as their "challenge".