sandy6078
10-31-2007, 11:00 AM
Hi all, I hope that someone can give me some advice.
I have been working on a database for engineering. What the engineers want is a way to search for a part number whether it is an assembly, sub-assembly, sub-sub-assembly, or component number. The engineer then wants to know all related part numbers. For example if part number 123456c91 is a component, the engineer would want to know where it is. A component (a screw) can be part of a sub-assembly and also an assembly. A sub-subassembly can be in more than one subassembly.
There is a Program.
Each Program will have many Part Families.
Each Part Family will have many Assemblies.
Each Assembly can have many Components and many SubAssemblies.
Each SubAssembly can have many Components and many Sub-SubAssemblies.
Each Sub-SubAssembly will have many components.
There will also be look-ups for supplier, material, process.
There is also a revision history is for each assembly, subassembly, sub-subassembly and component.
The assembly, sub, sub-sub, and component tables will all have an autonumber, part number, description.
I am attaching my work in progress. :banghead:
I will very much appreciate any help given.
Sandy
I have been working on a database for engineering. What the engineers want is a way to search for a part number whether it is an assembly, sub-assembly, sub-sub-assembly, or component number. The engineer then wants to know all related part numbers. For example if part number 123456c91 is a component, the engineer would want to know where it is. A component (a screw) can be part of a sub-assembly and also an assembly. A sub-subassembly can be in more than one subassembly.
There is a Program.
Each Program will have many Part Families.
Each Part Family will have many Assemblies.
Each Assembly can have many Components and many SubAssemblies.
Each SubAssembly can have many Components and many Sub-SubAssemblies.
Each Sub-SubAssembly will have many components.
There will also be look-ups for supplier, material, process.
There is also a revision history is for each assembly, subassembly, sub-subassembly and component.
The assembly, sub, sub-sub, and component tables will all have an autonumber, part number, description.
I am attaching my work in progress. :banghead:
I will very much appreciate any help given.
Sandy