I have a form "Batch" that shows the status of a batch and a subform with all the orders that are selected into a batch.
Batch:
Batch_ID
In Production Y/N
Shipped Y/N
Production Subform:
Order_ID
Order_Date
There are two checkboxes; one for In Production and one for Shipped. These two checkboxes are also in the Order form.
I would like it so that when the checkbox(es) in the Batch form is selected, it will update the checkbox(es) in their respective Orders as well. That way they dont need to individually go through and check off each order, and when a user needs to see the status of an order they can bring up that order and quickly see what stage it is in.
Thank you!
Batch:
Batch_ID
In Production Y/N
Shipped Y/N
Production Subform:
Order_ID
Order_Date
There are two checkboxes; one for In Production and one for Shipped. These two checkboxes are also in the Order form.
I would like it so that when the checkbox(es) in the Batch form is selected, it will update the checkbox(es) in their respective Orders as well. That way they dont need to individually go through and check off each order, and when a user needs to see the status of an order they can bring up that order and quickly see what stage it is in.
Thank you!