General Filter Query

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

Guest

on ms excel you can run a filter the extract information with a "begins with"
filter, how do i do this in MS Access as part of a make table or select query

thank you very much
 
Use the Like operator, with a trailing wildcard.

For example, you could find all records where the field begins with Microsof
by entering criteria of:
Like "Microsof*"
 
thank you this is great

Allen Browne said:
Use the Like operator, with a trailing wildcard.

For example, you could find all records where the field begins with Microsof
by entering criteria of:
Like "Microsof*"
 

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

Back
Top