Wildcard Help!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a table with a select query, one of the columns has data for example
the reference ab1234a or ba1234d, i am wanting to filter and only show the
items that begin with the first letter A but as the query also has the letter
a in the reference at another point it is extracting these entries as well,
where i am only interested in the items that begin with the letter a

any help greatly appreciated
 
i have a table with a select query, one of the columns has data for example
the reference ab1234a or ba1234d, i am wanting to filter and only show the
items that begin with the first letter A but as the query also has the letter
a in the reference at another point it is extracting these entries as well,
where i am only interested in the items that begin with the letter a

any help greatly appreciated

If you use the criteria -- Like "A*" -- that should do it.

Ross La Haye
 

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

Similar Threads


Back
Top