i have a simple form that I want to filter on the update of a combo box.
i use the following code
Me.Filter = "Me.TxtCbo.Value=" & TableValue
Me.FilterOn = True
where TxtCbo is a Text Box on the form and TableValue is a string variable that is set earlier in the code based on what choice the...