I have two tables, one for inventory movements and the other for orders.
The orders table has columns Order Number, Item ID, Quantity, Order Date, Date Required and Order Completed (Yes or No Checkbox).
I have created a query to show outstanding orders, and have included all the information from these orders in a list box on my Inventory Movements Form so that users can simply click the outstanding Orders record and here's the part I can't get:
On completing the information on the Inventory Movements form, I would like the form to update the selected Orders record as a "Yes" to indicate that the order is completed?
Thanks for your help!
The orders table has columns Order Number, Item ID, Quantity, Order Date, Date Required and Order Completed (Yes or No Checkbox).
I have created a query to show outstanding orders, and have included all the information from these orders in a list box on my Inventory Movements Form so that users can simply click the outstanding Orders record and here's the part I can't get:
On completing the information on the Inventory Movements form, I would like the form to update the selected Orders record as a "Yes" to indicate that the order is completed?
Thanks for your help!