removing previous data

pmagur01

New member
Local time
Today, 20:24
Joined
Nov 5, 2006
Messages
4
can someone help:

in a form I've created showing products bought, when I add a new new order it still keeps the previous order's data, how can I prevent that from happening?

cheers
 
Order

Since you are adding a new order the previous order will always keep it's data. If you don't want to keep a previous order's data then just overwrite the previous one although I don't why you would want to do this.
Why wouldn't you want to be able to keep previous orders? Seems to defeat the purpose of using a database.
 
Rickster57 said:
Since you are adding a new order the previous order will always keep it's data. If you don't want to keep a previous order's data then just overwrite the previous one although I don't why you would want to do this.
Why wouldn't you want to be able to keep previous orders? Seems to defeat the purpose of using a database.

yes but it shows the old data in the new order which I don't want
 
previous

Then there is something wrong with the design you are using. Can you post your db?
 

Users who are viewing this thread

Back
Top Bottom