Hi
Well, let me explain everything 2 u
Update what?
I have a query which does a calculation and then updates the data into a table. when i run the query it asks 4 qty_ordered and ProductID and then it does calculation and then update the new value into the table. but this does not seem to be user friendly, that is why i created a form which is supposed to have a list box of product Id and I enter qty_ordered and then I click on Order button and then it does all this calculation that is done in the update query. I tried to copy the SQL code written in the update query and pasted it into the On_click event of the Order button, but it does not work
the tables I have are product, orders
What sort of controls are you using?
hmmm, I don't understand ur question
Are you using DAO? ADO?
nope, I actually don't know what it is & how to use it!
Are you just wanting to change values on a form?
No, I also wants it to change values into the table, I know how to do it using query but donno how to do it using a form !
Are you wanting to change a set of information within the table at one time? (Update Query)
Hmmm, yes, that would be better coz i might order more than one product.
Thaaaaaaaanks 4 any help
