none of that sounds right. first, ditch the table lookup field.
the evils of lookup fields - http://access.mvps.org/access/lookupfields.htm
Table and PK design tips - http://www.fmsinc.com/free/newtips/primarykey.asp
About calculated table fields - http://allenbrowne.com/casu-14.html
One part has several components and there is a components table and a parts table?
tblParts - any fields that relate to only the part
tblComponents - all fields related to components only, regardless of what part they might go into
tblPartComponent - junction having tblParts.PartID and tblComponent.CompID as foreign keys
Normalization Parts I, II, III, IV, and V
http://rogersaccessblog.blogspot.com...on-part-i.html
and/or
http://holowczak.com/database-normalization/
Last edited by Micron; 05-27-2019 at 03:08 PM.
Reason: spelin and gramur
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.