C
charlotte
i have two tables:
Book details containing Book ISBN, Title, Author, Price, and Quantity in Stock
i also have another table received orders containing Order ID Book ISBN
Quantity and Date ordered.
both these tables have forms. im trying to create an update command that
will update the 'quantity in stock' field when a new record is created in the
received orders.
so basically i want the stock level to update when a delivery arrives.
any help would be appreciated
charlotte
Book details containing Book ISBN, Title, Author, Price, and Quantity in Stock
i also have another table received orders containing Order ID Book ISBN
Quantity and Date ordered.
both these tables have forms. im trying to create an update command that
will update the 'quantity in stock' field when a new record is created in the
received orders.
so basically i want the stock level to update when a delivery arrives.
any help would be appreciated
charlotte