Luigi_Cortisone
Registered User.
- Local time
- Today, 19:49
- Joined
- Dec 10, 2008
- Messages
- 24
Hi, I have a table 'Widgets' with a numeric field 'Inventory' that stores the number of widgets in stock. An 'Orders' form has a 'WidgetOrders' sub form which is used to record the widgets for that order. Each record on the subform has an 'OrderID' and 'WidgetID' control
When a checkbox 'txtOrderFilled' on the main form (frmOrders) is checked, the 'Widgets.Inventory' is to be reduced by 1 for each widget on the orders sub form (subfrmWidgetOrders)
Any help with this is much appreciated
Cheers, Luigi
When a checkbox 'txtOrderFilled' on the main form (frmOrders) is checked, the 'Widgets.Inventory' is to be reduced by 1 for each widget on the orders sub form (subfrmWidgetOrders)
Any help with this is much appreciated
Cheers, Luigi