Hello all,
my tables are :
products : category,name
brands: name
sizes: name, weight
prices : date,product.name*brand.name*size.name, value
I have like 5 combinations of products .. so I want the user to be able to daily update prices on all products from one form .. by entering the new price in front of the related product. this form should update the prices table ..
is this a correct way to achieve the result ?
and how can I create a form that updates several records at once ?
Thanks to you all .