like [parameter]*

  • Thread starter Thread starter knowzero
  • Start date Start date
K

knowzero

I would like to have a parameter in my query but it uses the like on
the parameter. If I want to select ABCD and ABCC and ABCE I will insert
in the parametr field ABC and it will use a sql statment
like "ABC*"
 
knowzero said:
I would like to have a parameter in my query but it uses the like on
the parameter. If I want to select ABCD and ABCC and ABCE I will insert
in the parametr field ABC and it will use a sql statment
like "ABC*"

Like [Enter Parameter] & "*"
 

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