Jump to content

This topic is 6832 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I would like to find records where the last letters of a name are the search criteria.

For example:

by searching on "th" the returned set would contain both Smith and Forsyth but not Thomas

searching on "ez" would return perez and martinez but not ezra

Any ideas?

Posted

Hey there!

You could create a calculation field:

Right( Name ; 2 )

Then you could search on that field.

Hope that helps!

  • Newbies
Posted

Thanks,

used this field calculation as an extension of your suggestion

Right ( Last_Name ; Length ( FindSpecial_Field ) )

where FindSpecial_Field contains the ending that I want to search on

Then I seach on the contents of the calculated field

This topic is 6832 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.