a character specific query

E

Errol Kemp

i am trying to create a query that when you open the query
it asks you what topic you want to search for and you can
enter the "b" and it will come up with all the topics that
start with "b". i run access2000.
 
K

Ken Snell

SELECT * FROM TableName
WHERE FieldName Like [What is the first letter of the words to be found?] &
"*";
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top