M
myxmaster
Where do I look to place the following code to filter the form based
on the combobox result.
filter the form rather than navigate to the first match set the
form's
Filter and FilterOn properties:
Dim strFilter As String
strFilter = "Category = """ & Me.Combo24 & """"
Me.Filter = strFilter
Me.FilterOn = True
TIA
on the combobox result.
filter the form rather than navigate to the first match set the
form's
Filter and FilterOn properties:
Dim strFilter As String
strFilter = "Category = """ & Me.Combo24 & """"
Me.Filter = strFilter
Me.FilterOn = True
TIA