View Full Version : Yrgent question, easy answer.


mistaking
05-14-2002, 02:00 AM
I have a query that prompts for a name and then searches for all records that have that name.How do i make it so that it returns all records that have just part of what was typed in in the name field.

For example if just "rich" was typed in all records that have "richard" would be returned?

Fornatian
05-14-2002, 02:28 AM
read up on Like operator.

Like "*" & [Criteria] & "*"