S
Stephen
On an Orders Database
Order Details is a subform of Orders
I track which ORDERS are complete with a Y/N
checkbox [OrderPrepared]on the Orders Form.
I also track which lines are complete
in ORDER DETAILS with a Y/N checkbox [LineComplete].
Obviously an order can not be complete without all lines
being completed.
I want the checkbox on Form![OrdersPrepared]to be checked
automatically when ALL [LineComplete] checkboxes in
OrderDetails have been checked for that order.
I also want the checkbox on Form![OrdersPrepared]to be
unchecked automatically when ANY [LineComplete] checkbox
in OrderDetails isunchecked for that order.
Thaks for the help.
Order Details is a subform of Orders
I track which ORDERS are complete with a Y/N
checkbox [OrderPrepared]on the Orders Form.
I also track which lines are complete
in ORDER DETAILS with a Y/N checkbox [LineComplete].
Obviously an order can not be complete without all lines
being completed.
I want the checkbox on Form![OrdersPrepared]to be checked
automatically when ALL [LineComplete] checkboxes in
OrderDetails have been checked for that order.
I also want the checkbox on Form![OrdersPrepared]to be
unchecked automatically when ANY [LineComplete] checkbox
in OrderDetails isunchecked for that order.
Thaks for the help.