Hi - I am setting up a new database and I have a question about structure.
I am trying to use minimal duplication so that my structure is as normal as possible.
I have a table that holds the specific quoting records - this table is called tblQuotingInformation and holds a field called carrier. Carrier is an outside company that we use to provide the product. I have a seperate table called tblCarrier that holds the Carrier Name and the Carrier Number (carrier number being the primary key)
My question is, when I create a data entry form for the tblQuotingInformation table, how should I handle the carrier information that I list in the tblQuotingInformation table? I believe I should use the carrier number (according to normalization) That being said, for the user, they need to enter the name
I believe I should use the carrier number in the tblQuotingInformation table. In the data entry form, how do I make the transition from the user entering a "name" and the form storing the corresponding number?
Hope that makes sense!!!
thanks very much!!!!
Fred
I am trying to use minimal duplication so that my structure is as normal as possible.
I have a table that holds the specific quoting records - this table is called tblQuotingInformation and holds a field called carrier. Carrier is an outside company that we use to provide the product. I have a seperate table called tblCarrier that holds the Carrier Name and the Carrier Number (carrier number being the primary key)
My question is, when I create a data entry form for the tblQuotingInformation table, how should I handle the carrier information that I list in the tblQuotingInformation table? I believe I should use the carrier number (according to normalization) That being said, for the user, they need to enter the name
I believe I should use the carrier number in the tblQuotingInformation table. In the data entry form, how do I make the transition from the user entering a "name" and the form storing the corresponding number?
Hope that makes sense!!!
thanks very much!!!!
Fred