I have a form that contain a subform. the main form displays Orders Table (client nam, purchse number, etc.. and a check box to indicate if the order is colpeted or not.
the subform contain the order details (items, Qty, etc...).
I want to add a button or a control that will allow me to see only un completed orders (unchecked) in the same form (that is why I did not make a query to filter records and show results in a second form).
is there a way to do it
thanks
the subform contain the order details (items, Qty, etc...).
I want to add a button or a control that will allow me to see only un completed orders (unchecked) in the same form (that is why I did not make a query to filter records and show results in a second form).
is there a way to do it
thanks