G
Guest
I have created a table "tblParts" with the following fields...
ID, Model Number, Reference, Description, Type, Part Number, Quantity,
Document.
I have created a form "frmInputPartDetails" to put the information into the
table.
The Model Numbers can be repeated randomly for each record put in.
Different models can use the same Part Number.
My Questions:-
1. How do I prevent the repetiton of Model Numbers and Part Numbers in the
table to maintain the database as small as possible.
2. Am I correct to say I should only need to enter each Model Number and
Part number once in the data base. If other models use the same part number,
it should access the entry that is already present?.....I just can't seem to
work this out?
I have read several books explaining splitting the tables and using a lookup
table, but this isn't suitable because when the data is input via the form if
a Model is entered that is not on the table and error is generated stating
"Enter information that is on the list" (or something like that).
Please save me from myself....and let me know how to do this before it drive
me mad!!!!
Thanks
Dermot
ID, Model Number, Reference, Description, Type, Part Number, Quantity,
Document.
I have created a form "frmInputPartDetails" to put the information into the
table.
The Model Numbers can be repeated randomly for each record put in.
Different models can use the same Part Number.
My Questions:-
1. How do I prevent the repetiton of Model Numbers and Part Numbers in the
table to maintain the database as small as possible.
2. Am I correct to say I should only need to enter each Model Number and
Part number once in the data base. If other models use the same part number,
it should access the entry that is already present?.....I just can't seem to
work this out?
I have read several books explaining splitting the tables and using a lookup
table, but this isn't suitable because when the data is input via the form if
a Model is entered that is not on the table and error is generated stating
"Enter information that is on the list" (or something like that).
Please save me from myself....and let me know how to do this before it drive
me mad!!!!
Thanks
Dermot