I have a subform that is connected to the main form through the field INVOICE_ID. Now, I want to filter a combo box in the subform based on the current INVOICE_ID. For this reason I have included the following line in the WHERE clause: [Me]![INVOICE_ID].
I thought this works but evertime I want to select a record from the combo box in the subform, Access prompts me to input the number... apparently it does not recognize the field.
I thought this works but evertime I want to select a record from the combo box in the subform, Access prompts me to input the number... apparently it does not recognize the field.