I found some code to syncronize two forms and thought it would work for two subforms as well but it will not work. Here is the code:
How do I change this so the frmOrders (which is one subform) only shows the orders for subfrmAppts (this is the other subform).
Code:
Form_frmOrders.Filter = "Appt_ID = forms!subfrmAppts!tbapptID"
Form_frmOrders.FilterOn = True
How do I change this so the frmOrders (which is one subform) only shows the orders for subfrmAppts (this is the other subform).