D
DDD
i have a table containing records of different products, i have fields like
name, quantity so on. i have made another table called sales, each record in
this can only be for 1 record in the first table. The field in this also has
quantity
For each sales record how do i update the quantity of a product in the first
table..
e.g. i have 15 watches & have sold 7, how do i make the number 15
automatically change to 8.
Please can any1 explain to me how to do this, as simply as possible
name, quantity so on. i have made another table called sales, each record in
this can only be for 1 record in the first table. The field in this also has
quantity
For each sales record how do i update the quantity of a product in the first
table..
e.g. i have 15 watches & have sold 7, how do i make the number 15
automatically change to 8.
Please can any1 explain to me how to do this, as simply as possible