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.
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.