stock update

amavadia

Registered User.
Local time
Today, 05:56
Joined
Mar 30, 2006
Messages
36
I have a customer table with all the usual customer details (customer ID, name, address etc...), a transaction table (Transaction ID, Order Number, Customer ID, Title ID, Date, Status (order received, payment taken, ready for dispatch etc...)), and i have a Title table (Title ID, Artist ID, Name, Record Label, Quantity, etc...)

what would be the easiest way to update the title table everytime a new transaction was added to tblTransaction so that the quantity field in tblTitle would go down by one for the right title?
 
does anyone know how to solve this? really need some help and quickly!
 

Users who are viewing this thread

Back
Top Bottom