Query with a wildcard

A

Angel b1

How do you ( or can you) use a wildcard when prompting the
user for input?

On the Criteria line, I have [Enter Group Name]
Id like them to have the option of typing a partial name.
 
M

MDW

This works in Access2000, not sure what version you have

Like "*" & [Enter Part of Name] & "*"
 
Top