G
Guest
I got the VBA query set up so that it works with you selecting a field name
from a combo box and typing in the data to search for in the text box next to
the combo in the form.
Now I need to make it so partial matches show up when they search.
Example - when using the find function, you can choose to match the
information entered to anything that has that information in it.
So searching for green would return greenhouse, green house, greenie, etc...
Is there an SQL command I can add in do this or am I going to have to do it
another way?
-TIA
from a combo box and typing in the data to search for in the text box next to
the combo in the form.
Now I need to make it so partial matches show up when they search.
Example - when using the find function, you can choose to match the
information entered to anything that has that information in it.
So searching for green would return greenhouse, green house, greenie, etc...
Is there an SQL command I can add in do this or am I going to have to do it
another way?
-TIA