S. Brooks Posted July 13, 2006 Posted July 13, 2006 Is there any way to program a search so that it only searches the first letter of each record. For example at the moment when I search for companies beginning with 'I' in my database I get 'Aggregate Industries' because of the 'I' in the second word. Is there anyway to stop this? Thanks.
aaa Posted July 13, 2006 Posted July 13, 2006 Hi, brooks! Creat calculated field=Left(Your_Text,1) and serch by it. This is one of ways.
mz123 Posted July 13, 2006 Posted July 13, 2006 In Find Mode, you can enter the following: ==A* A being the first letter you are looking for Hope that helps ???
S. Brooks Posted August 10, 2006 Author Posted August 10, 2006 Thanks for your help, but is there not a way that users can simply enter 'A' and find every result beginning with 'A' instead of results that have 'A' at the start of their second word? Thanks.
Genx Posted August 10, 2006 Posted August 10, 2006 ...Im pretty sure that does, but if it doesn't... add an additional unstored calc field, make it leftwords(yourtable::yourfield ; 1) and then search that.
Lee Smith Posted August 10, 2006 Posted August 10, 2006 (edited) Hi Genx, that was already suggested by aaa. Hi S. Brooks , and welcome to the Forum. Upgrade to v8, and use the Auto-Complete, It works in Find Mode. Do a search of the Forum for Clairvoyant or Typeahead (there are a few workarounds done in versions as early as 3) Also, search Database Pros Web Site Prior to v8, I preferred using a script for this attached to buttons, here are a couple example files. AlphaJump By: Don Wieland URL: http://www.fmfiles.com/tnt8.html Alphabet Filter By: John Mark Osborne URL: http://www.databasepros.com/resources.html AlphaDex By: The Alchemy Group URL: http://www.alchemy-group.com/alchemy.html Lee Edited August 10, 2006 by Guest
Recommended Posts
This topic is 6682 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