I have a form with a combo box on it. I’m trying to synchronise the form to the value in the combo box. Here’s my code attached to the Apply Filter Action of the Macro.
[Broker Number] = [Forms]![frmBroker]![CboFind]
[Broker number] is the name of the field in the underlying table and [CboFind] is the name of the field on the form and it contains the value I want to match. What could be wrong.
[Broker Number] = [Forms]![frmBroker]![CboFind]
[Broker number] is the name of the field in the underlying table and [CboFind] is the name of the field on the form and it contains the value I want to match. What could be wrong.