
Signature
Regards
Jeff Boyce
Microsoft Office/Access MVP
http://mvp.support.microsoft.com/
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
Microsoft Registered Partner
https://partner.microsoft.com/
Jeff,
Yes, when I type in the whole name "Smith", all of the Smiths are displayed.
So, the query is working.
> The first step I'd take is to create a new query, put in "Smith" for a
> criterion, and make sure the table has "Smith"s and the query is working.
[quoted text clipped - 14 lines]
> >
> > Matt
Michel Walsh - 30 Apr 2007 15:46 GMT
It may be that you have changed some option setting and now, you have the
ANSI (Unix-like) wildcard, _ and %, rather than the DOS wildcard , ? and *.
You are using LIKE, not =, I assume, sure. So, try if "Smith%" works, when
"Smith*" does not.
Vanderghast, Access MVP
> Jeff,
>
[quoted text clipped - 24 lines]
>> >
>> > Matt