query to search records having some chars common

ajaymansata

Registered User.
Local time
Today, 07:21
Joined
Dec 17, 2001
Messages
25
Hi
I would like to fire a query which would give me records having 'm' as first character in the name field
I fired a query
Select * from table where name like "m%";
But it does not seem to work
Now i am not sure if % works in access.From help file i felt it does not.Could someone tell me how can i achieve this.
 
It's described in the help file of Access.
Look for the keyword "Like"...

Use * instead of %.

RV
 

Users who are viewing this thread

Back
Top Bottom