Find CustomerName

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

Guest

Hi ,

I am trying to create a query to find customer name by the first four digits
of the company name.It does not matter if similiar names appear, just
interested in the method for search.Is there a way to create a parameter to
do this search?
Thanks
 
Hi ,

I am trying to create a query to find customer name by the first four digits
of the company name.It does not matter if similiar names appear, just
interested in the method for search.Is there a way to create a parameter to
do this search?
Thanks

As criteria for the CompanyName Field:

Like [What Company] & "*"

You're not limited to 4 characters. The more characters you enter, the
more restrictive the query will be.
 

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