adams.bria
Registered User.
- Local time
- Today, 06:27
- Joined
- Apr 28, 2010
- Messages
- 41
Wanting to make a filter that looks in multiples fields for a set word. For example a "cat" filter, where if the word cat appears in any of 6 designated fields, it would filter to those results. I have been using
but I am unsure of how to expand. Thanks
Code:
me.filter = "[field1] = 'cat'"
filteron = true
but I am unsure of how to expand. Thanks