> Is it possible to make a search engine form on access that searches
> for things that match what you typed into it like if you were for
[quoted text clipped - 7 lines]
> anything with tank came up that would be awesome. Its just a thought
> thank you to anyone that could possible help.
guitarfun24,
SELECT YT1.<your column>
FROM YourTable AS YT1
WHERE YT1.<your column>
LIKE "*" & Forms!YourForm!txtYourTextBox & "*"
That's the basic search.
To get a search like Google's requires considerably more complexity.
Considerably more.
Sincerely,
Chris O.
dbahooker@hotmail.com - 20 Jun 2007 06:51 GMT
it's not _THAT_ complex
you just should be using Access Data Projects and MS FullText Search
On Jun 19, 6:12 pm, "Chris2"
<rainofsteel.NOTVA...@GETRIDOF.luminousrain.com> wrote:
> <guitarfun...@yahoo.com> wrote in message
>
[quoted text clipped - 28 lines]
>
> Chris O.