quackslikeaduck
Technical User
I have an old database that needs to be normalized. It's flat right now. I am hoping someone can help me to figure out how to organize the data. I have 5 fields within the current table QuantityOrdered1, QuantityOrdered2, etc...
I know that at some point I will run into problems if I have to add more QuantityOrdered. How do I take them out of the main table and put them into a table all their own? Do I list them out like they are now or just one instance of QuantityOrdered? For instance if someone orders something right now they open the form and fill out a quantity for each order on the form. So right now they could have ordered 5 different parts and they fill in a a text box for each of the parts.
I know that at some point I will run into problems if I have to add more QuantityOrdered. How do I take them out of the main table and put them into a table all their own? Do I list them out like they are now or just one instance of QuantityOrdered? For instance if someone orders something right now they open the form and fill out a quantity for each order on the form. So right now they could have ordered 5 different parts and they fill in a a text box for each of the parts.