I have the following filtering based on 3 fields.
The search is automatically doing what I call a wildcard search.
If I select a radio button "Radio1" control...say option 1 , I need the filter to do only a Exact Match Search ? on the term in
FilterTextBox Box
Current Code:
Filter('[dbo].[v_sst_source_select_search]',
FilterTextBox.Text in Brand
Or FilterTextBox.Text in Supplier_Name
Or FilterTextBox.Text in Supplier_Number
)
Thanks
David Powell