criteria to search from Right

  • Thread starter Thread starter Haggr via AccessMonster.com
  • Start date Start date
H

Haggr via AccessMonster.com

how to search records from the Right using the last 2 digits Ex. "22" would
return record "14522"
 
how to search records from the Right using the last 2 digits Ex. "22" would
return record "14522"

Use a criterion

LIKE "*" & [Enter search term:]

If the user types 22, it will find 14522, 32131241222, 22, or any
other string ending in 22.

John W. Vinson[MVP]
 

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