Newbies Brian_In_PA Posted May 19, 2006 Newbies Posted May 19, 2006 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?
mz123 Posted May 19, 2006 Posted May 19, 2006 Hey there! You could create a calculation field: Right( Name ; 2 ) Then you could search on that field. Hope that helps!
Newbies Brian_In_PA Posted May 19, 2006 Author Newbies Posted May 19, 2006 Thanks, Tried that and it returns words that start with those two letters... Looking for a way to find words that share common endings
Newbies Brian_In_PA Posted May 19, 2006 Author Newbies Posted May 19, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now