Baylah Posted April 28, 2008 Posted April 28, 2008 Hi Group, I'm probably missing something basic but I was wondering if I could get some help on this question. How do I script to "find" an exact match on a find request? For example, I am trying to find SUP-618 but the reutrn gives me: SUP-618 SUP-6180 SUP-6181 SUP-6182, etc, etc. Any help would be greatly appreciated. Steve
aldipalo Posted April 28, 2008 Posted April 28, 2008 Try: Enter Find Mode ( uncheck Pause) Set Field(yourfield;"==" & "SUP-618" Perform Find() I believe that will do it. hth
mr_vodka Posted April 28, 2008 Posted April 28, 2008 Well normally you would use == for exact matches. However in your case you could use =SUP-618. You may want to look at this thread as you are using the hyphen. Word Count Thread
Baylah Posted April 28, 2008 Author Posted April 28, 2008 Thanks.... I was doing it this way "=" & myfield & "=" I know, I know Steve
Recommended Posts
This topic is 6058 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