chrisjames25
Registered User.
- Local time
- Today, 12:27
- Joined
- Dec 1, 2014
- Messages
- 404
HI
I have the attached main form. When i choose from any of the category, genus or variety comboboxes the below table filters accordingy using the attached query image.
What i am trying to achieve is if i enter text in the search text box the three combobox clears (i can do this) but i have no clue how to change the query to filter and search each column for words matching my text search.
i.e. if i have the following info in the table :
First Name Last Name
Chris Jones
Peter Parker
Bruce Wayne
Jones Chris
and i type in my search text "jones" it would filter data down to just the 2 entries
I have the attached main form. When i choose from any of the category, genus or variety comboboxes the below table filters accordingy using the attached query image.
What i am trying to achieve is if i enter text in the search text box the three combobox clears (i can do this) but i have no clue how to change the query to filter and search each column for words matching my text search.
i.e. if i have the following info in the table :
First Name Last Name
Chris Jones
Peter Parker
Bruce Wayne
Jones Chris
and i type in my search text "jones" it would filter data down to just the 2 entries