D
Daniel M
I am creating a new database and wanted to get some feedback on how i should
structure it before i get too far.
I will have a form that has 10 drop down boxes on it. each one is cmbo1-10
with an associated qty text box, txtQty1-10. All the combo boxes pull from
the same table. The question is how do i save the data to the table? Should i
have 1 entry per combo box or should i have a single line with column for
each combo box?
Each entry in the table will have a date stamp, a combobox entry (or 10) and
a qty entry (or 10). And an entryID number.
I will then run reports weekly that will tally up all of a particular
combobox entry and add all the qtys together. the combobox entry will be
stored as a number corresponding to a productID in the product table.
Basically i will be selecting which product from the dropdown and a qty of
what has been shipped that day. then add them all up at the end of the week.
I want dropdowns so i can add products easily. If i save 1 set of entrys in
one row i will have to search for say product 1 in each of the combobox
entries 1-10. This doesnt sound like the best approach, but i'm not sure
about adding entries for each product either. any guidance on the issue would
be appreciated.
structure it before i get too far.
I will have a form that has 10 drop down boxes on it. each one is cmbo1-10
with an associated qty text box, txtQty1-10. All the combo boxes pull from
the same table. The question is how do i save the data to the table? Should i
have 1 entry per combo box or should i have a single line with column for
each combo box?
Each entry in the table will have a date stamp, a combobox entry (or 10) and
a qty entry (or 10). And an entryID number.
I will then run reports weekly that will tally up all of a particular
combobox entry and add all the qtys together. the combobox entry will be
stored as a number corresponding to a productID in the product table.
Basically i will be selecting which product from the dropdown and a qty of
what has been shipped that day. then add them all up at the end of the week.
I want dropdowns so i can add products easily. If i save 1 set of entrys in
one row i will have to search for say product 1 in each of the combobox
entries 1-10. This doesnt sound like the best approach, but i'm not sure
about adding entries for each product either. any guidance on the issue would
be appreciated.