Hi All,
I have just started a database to keep a record of CAD drawings and specifications. At the moment I just have a couple of tables, "Drawing Detail" and "Specification Detail".
One drawing can have many specifications, and one specification can have many drawings. The way I would associate these is by having tables that look like this (simplified) :
Table : Drawing Detail
Field 1 : Drawing Number (Primary Key)
Field 2 : Specification 1 (Associated specification)
Field 3 : Specification 2 (Another associated spec)
Field 4 : Specification 3 (Yet another associated spec)
etc.
Table : Specification Detail
Field 1 : Specification Number (Primary key)
Field 2 : Drawing 1 (Associated Drawing)
Field 3 : Drawing 2 (another associated drawing)
Field 4 : Drawing 3 (yet another associated drawing)
etc.
This is all well and good, but if I decide now that there will never be any more than 3 drawings associated with a spec, and vice versa......it gets a bit messy if this changes in the future sometime. What i would like to do if have one field in the drawing detail table that can store many specification numbers. Maybe from a list of all specifications, with a check box next to each, so i can just tick the specs that are associated with this particular drawing.
i.e
Table : Drawing Detail
Field 1 : Drawing number
Field 2 : Specifications (All associated specs)
Table : Specification Detail
Field 1 : Specification Numbe
Field 2 : Drawings (All associated drawings)
Is this even possible? Hope someone can help.
Cheers
Jonesy
I have just started a database to keep a record of CAD drawings and specifications. At the moment I just have a couple of tables, "Drawing Detail" and "Specification Detail".
One drawing can have many specifications, and one specification can have many drawings. The way I would associate these is by having tables that look like this (simplified) :
Table : Drawing Detail
Field 1 : Drawing Number (Primary Key)
Field 2 : Specification 1 (Associated specification)
Field 3 : Specification 2 (Another associated spec)
Field 4 : Specification 3 (Yet another associated spec)
etc.
Table : Specification Detail
Field 1 : Specification Number (Primary key)
Field 2 : Drawing 1 (Associated Drawing)
Field 3 : Drawing 2 (another associated drawing)
Field 4 : Drawing 3 (yet another associated drawing)
etc.
This is all well and good, but if I decide now that there will never be any more than 3 drawings associated with a spec, and vice versa......it gets a bit messy if this changes in the future sometime. What i would like to do if have one field in the drawing detail table that can store many specification numbers. Maybe from a list of all specifications, with a check box next to each, so i can just tick the specs that are associated with this particular drawing.
i.e
Table : Drawing Detail
Field 1 : Drawing number
Field 2 : Specifications (All associated specs)
Table : Specification Detail
Field 1 : Specification Numbe
Field 2 : Drawings (All associated drawings)
Is this even possible? Hope someone can help.
Cheers
Jonesy