I have a simple UDF that takes a string and returns a variant, which is an array of strings
Example Input "Brick Wall"
Return value would be a variant array with first element "Brick" and and second element "Wall"
Now I have a table with a field of strings, and I want to make a query that...