In the database I am working on, each record is given a location. The problem is the locations are fairly detailed, making exact matches long and returning only one or two results.
Is there any way to search the location field for certain keywords?
Example:
Item 1 location = "Room1 first shelf"
Item 2 location = "Room1 second shelf"
Item 3 location = "Room2 first shelf"
I would like to search based on "Room1", returning only the first 2 items.
Thanks
Is there any way to search the location field for certain keywords?
Example:
Item 1 location = "Room1 first shelf"
Item 2 location = "Room1 second shelf"
Item 3 location = "Room2 first shelf"
I would like to search based on "Room1", returning only the first 2 items.
Thanks