ChDir and IN Clause of Access Query
Microsoft DOS Commands in VBA-2
Microsoft DOS Commands in VBA
Disk Operating System Commands in VBA
Calculating Time Difference
Writing VBA-Code with VBA
IIF vs SWITCH Function in MS-Access
iSeries Date in Imported Data
Join Split Array Functions-2
Join Split Array Functions
User Defined Data Type
Text Search Filter Web Style
How to search for several pieces of information across all the fields and in all the records of a Table?
For example, when we search for something on the Web we give several piece of text separated with , or + symbol to match any of the given text anywhere within the Web Pages and display the matching links on the screen.
Filter with BuildCriteria Function
Any method that helps to find data quickly on a Form is always welcome by Users. There are several options available when you are in Form View Mode.
When you Right-click on a Field a Shortcut Menu will popup showing four data filter options as shown on the sample image given below.
Filter Function Output In Listbox-2
Last week we have seen the usage of Filter() Function with a simple example and I hope you understood how it works. We have assigned constant values to the Source Array elements directly to keep the VBA Code as simple as possible.
Filter Function output in ListBox
This FILTER is not related to a Query or WHERE clause in SQL or Filter settings on a Form. It is a built-in Function. Its usage is very interesting and it is useful to quickly filter out data from an Array of information through text matching. We will use this Function to search for values across more than one field of data from a Table, extract matched items or mismatch items, as the case may be, and display them in a List Box.















