PDA

Click to See Complete Forum and Search --> : Wildcard search


mattdillane
Mar 16th, 2000, 09:35 PM
The db i have written needs to be able to search using
wildcards
e.g. *abc123
allowing suffix and prefix searches.
What is the code?!?!?!?

I have recordset.findfirst code but i can't wildcard.
Somebody pleez help.

Elias
Mar 16th, 2000, 10:52 PM
This is ADO Code, but it might work with DAO.

rstMain.Find "FirstName like 'Elias*'"