when I use this code:
Private Sub Form_Load()
faytProducts.InitalizeFilterCombo Me.PickLocation, "FullAddress", AnywhereInString, True, False
faytProducts.InitalizeFilterCombo Me.DeliveryLocation, "FullAddress", AnywhereInString, True, False
End Sub
it only works for DeliveryLocation.
Could...