Hi
First let me tell you about my system, these are some of my tables
tblMovie
MovieID,MovieTitle,MovieDate,MovieDescription,MovieActors, CategoryID,MovieLength,MovieStatus,RatingID,MovieRentCount ,MoviePoster
tblItem
ItemID,MovieID,FormatID,ItemCondition
tblSuppliers
SupplierID,SupplierName,SupplierCity,SupplierAddress SupplierPhone,SupplierMobile
tblPurchase
PurchaseID,SupplierID,PurchaseDate,PurchaseTime PurchaseCost
tblPurchaseDetails
PurchaseID,ItemID,Quantity,CostPerItem
my question is how can i make an order and then update the item table with the new copies that i ordered
First let me tell you about my system, these are some of my tables
tblMovie
MovieID,MovieTitle,MovieDate,MovieDescription,MovieActors, CategoryID,MovieLength,MovieStatus,RatingID,MovieRentCount ,MoviePoster
tblItem
ItemID,MovieID,FormatID,ItemCondition
tblSuppliers
SupplierID,SupplierName,SupplierCity,SupplierAddress SupplierPhone,SupplierMobile
tblPurchase
PurchaseID,SupplierID,PurchaseDate,PurchaseTime PurchaseCost
tblPurchaseDetails
PurchaseID,ItemID,Quantity,CostPerItem
my question is how can i make an order and then update the item table with the new copies that i ordered