Search Forms

Joined
Jul 19, 2005
Messages
1
Reaction score
0
Hi everybody,

I'm trying to build a search form in VBA. What it should basicially do is retreive a string from an ImputBox, and return all the records where it apperas as a word, or as a part of a word.
For example, if the input is do,and one feild of the 2nd record has the word undo,and a different feild in the 10th record has the word done, I'd have both those records .
So how do I do it in VBA, or maybe SQL or a qry would be better? So far I tried all three methods and nothing worked.

Thanks a lot!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top