L
Lez
Hi Guys,
I have an Main form with a tabbed form.
One of the tabs has an order form, the order form has a subform for line
items.
When developing the frmOrderLineItems I have this code for a multi combo
setup, limiting the list to the relevant items:
Like [Forms]![frmOrderLineItems].[Form]![cboProduct]
Which worked fine, however, when I add the sub form to the main frmOrder I
have modified the condition to:
Like [Forms]![frmOrder]![frmOrderLineItems].[Form]![cboProduct]
But this fails, can anyone tell me what the correct referencing should be.
Many thanks
Lez
I have an Main form with a tabbed form.
One of the tabs has an order form, the order form has a subform for line
items.
When developing the frmOrderLineItems I have this code for a multi combo
setup, limiting the list to the relevant items:
Like [Forms]![frmOrderLineItems].[Form]![cboProduct]
Which worked fine, however, when I add the sub form to the main frmOrder I
have modified the condition to:
Like [Forms]![frmOrder]![frmOrderLineItems].[Form]![cboProduct]
But this fails, can anyone tell me what the correct referencing should be.
Many thanks
Lez