I have an embedded macro in an access web database and i need to modify one of the conditions but have run into some issues. The condition below is puzzling me
What does searchable refer to in this expression? Is [Searchable] an attribute of a column in a table? I need to add more columns into the search to make it useful. Can i add more columns to the [searchable] grouping (if thats what it is)? If so how can i do that
Code:
[searchable] Like "*" & [TempVars]![tmpSearch] & "*"