A
Amy E. Baggott
I have an order form that has an order details subform. When the button to
cancel the order is clicked, I want the event to (among other things) cycle
through each item in the order details for that order and set a "cancelled"
flag to true. I know I have to build a loop and go through the recordset for
Order Details for that specific order, but I'm having a brain freeze and
can't figure out how to build the recordset to make sure I only mark the
records for that order. Is there an easy way to do it?
TNX
cancel the order is clicked, I want the event to (among other things) cycle
through each item in the order details for that order and set a "cancelled"
flag to true. I know I have to build a loop and go through the recordset for
Order Details for that specific order, but I'm having a brain freeze and
can't figure out how to build the recordset to make sure I only mark the
records for that order. Is there an easy way to do it?
TNX