Search for the literal * (asterick)

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

Guest

I have a field that I would like to search for the literal *(asterick). It
would need to find the following:

Example: A-100* CA

Is there a way to search using the * before and after the criteria with the
criteria being "*"?

Thanks!!
Emmy
 
* is used by access to denote muliplication so you have a problem with using
it within text unless you place the data within " " to let the programme know
it's text. You can then search on it as you would anything else.

Try using Like "*"

Hope this helps
 
This was just answered in the last week or so. Do a search and read that
post.

I think it was something like...

Like ^*

or

Like "*^"

Or Like "^"
 

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