G
Gordon
I have 2 tables: tblOrders and tblOrdersDetail.
tblOrders has the following fields: OrderID, OrderDate
tbltOrdersDetail has these fields: OrdersDetailID, OrderID, ProductID, Quantit
What I am trying to do is, when an order is returned, I can click a button o
my frmOrder to automatically enter a new record in tblOrder, then ne
records in tbltOrdersDetail, whose ProductIDs are the same as the origina
order, with each Quantity is a negative value of the original Quantity
Any solutions? Thanks a lot.
tblOrders has the following fields: OrderID, OrderDate
tbltOrdersDetail has these fields: OrdersDetailID, OrderID, ProductID, Quantit
What I am trying to do is, when an order is returned, I can click a button o
my frmOrder to automatically enter a new record in tblOrder, then ne
records in tbltOrdersDetail, whose ProductIDs are the same as the origina
order, with each Quantity is a negative value of the original Quantity
Any solutions? Thanks a lot.