Zydeceltico
Registered User.
- Local time
- Today, 08:00
- Joined
- Dec 5, 2017
- Messages
- 843
Hi All -
Update on my QC DB - and some rethinking.
I have been using the beta-DB for inspections and trying to run reports and am seeing that my model - while it does work very well for most day-to-day needs - may not be the most efficient for reporting on the inspections performed.
Because I have my parts, final products, and assembly components tables setup pretty much as an entity-attribute model microcosm - I kind of get it. My tblassemblycomponents is setup like this:
and so on and so forth........... and it works very, very well for my needs....but it is a static list meaning it rarely if ever changes and rarely if ever has anything added to it.
I am beginning to believe that something similar would be a better model for a great portion of my inspection requirements AND inspection types as I want to ultimately be able to report on all inspections (of all types and all criteria) of a specific job..... Unlike my parts/products model described above, the real-world on-the-floor issues that need to be recorded in the inspection portion of the DB are highly dynamic in that there is "always something new" or issues that are niched to only specific parts or processes.
Let me reiterate: " I am beginning to believe that something similar......"
And there's the nut of the problem: I have no idea what that may look like as a model and I also don't know what the requisite data entry forms would "look like" ..........
The reason I am beginning to think this is that as I use the DB in its current form, I (we) keep coming across more and more conditions with parts and assemblies and process that really need to be recorded, studied, and reported on and I am finding my current model to be too rigid....we don't run the same parts or assemble the same assemblies all the time and each of them (inclusively) have their own idiosyncratic characteristics that need to be recorded - outside of dimensions. There are process-related issues that come up.
I am trying to avoid having a combo box on an inspection data entry form that has hundreds of items in it - most of which would be irrelevant to the majority of inspections.
I am going to go back through my older posts because when the EAV model was first mentioned to me, I believe that someone described it much like what a db would look like in a hospital emergency room for intake where you never know what you're going to face.... more rows - fewer columns (still wrestling with that).
I know you have beat this horse to death with me before - but I am hoping that we could revisit the conversation now that I have personally struggled with it on the plant floor and have a much clearer perspective. Diagrams are always appreciated.
Thank you as always,
Tim
Update on my QC DB - and some rethinking.
I have been using the beta-DB for inspections and trying to run reports and am seeing that my model - while it does work very well for most day-to-day needs - may not be the most efficient for reporting on the inspections performed.
Because I have my parts, final products, and assembly components tables setup pretty much as an entity-attribute model microcosm - I kind of get it. My tblassemblycomponents is setup like this:
Code:
ID FinalProdID PartID
1 1 13
2 1 56
3 2 87
4 2 113
5 2 56
I am beginning to believe that something similar would be a better model for a great portion of my inspection requirements AND inspection types as I want to ultimately be able to report on all inspections (of all types and all criteria) of a specific job..... Unlike my parts/products model described above, the real-world on-the-floor issues that need to be recorded in the inspection portion of the DB are highly dynamic in that there is "always something new" or issues that are niched to only specific parts or processes.
Let me reiterate: " I am beginning to believe that something similar......"
And there's the nut of the problem: I have no idea what that may look like as a model and I also don't know what the requisite data entry forms would "look like" ..........
The reason I am beginning to think this is that as I use the DB in its current form, I (we) keep coming across more and more conditions with parts and assemblies and process that really need to be recorded, studied, and reported on and I am finding my current model to be too rigid....we don't run the same parts or assemble the same assemblies all the time and each of them (inclusively) have their own idiosyncratic characteristics that need to be recorded - outside of dimensions. There are process-related issues that come up.
I am trying to avoid having a combo box on an inspection data entry form that has hundreds of items in it - most of which would be irrelevant to the majority of inspections.
I am going to go back through my older posts because when the EAV model was first mentioned to me, I believe that someone described it much like what a db would look like in a hospital emergency room for intake where you never know what you're going to face.... more rows - fewer columns (still wrestling with that).
I know you have beat this horse to death with me before - but I am hoping that we could revisit the conversation now that I have personally struggled with it on the plant floor and have a much clearer perspective. Diagrams are always appreciated.
Thank you as always,
Tim