Lots of links to create queries there, but everyone seems to be extracting their values from the query.
I want to add a search to a field that will add items from a list of values that do not come from a table, query, or any other data source.
For example, from the line: "Bananas, apples, oranges" .. or a container ["Bananas", "Apples", "Oranges"]
Assume the string / container is a dynamic object. Drawing from a static enumeration is not an option.
Is there a way to create searches on the fly from something other than a data source?
Sample code would be a big help, but I will also use hints.
source
share