Slobey Posted November 12, 2004 Posted November 12, 2004 Hi, I have a solution where I have to do finds on a description category. If I am in the field, then go into find mode and ctrl ' to set the field, I get no records found. Is there something about punctuation that makes it not work? When I modify the find and take out all punctuation, it works. It is very frustrating when you know there are records with that description.
Lee Smith Posted November 12, 2004 Posted November 12, 2004 Are you getting any of the find characters inserted with your text (i.e. <, >, <=, >=, =, ..., !, ?, //, *, @, " ", ), that will give the punctuation worning. Lee
Slobey Posted November 29, 2004 Author Posted November 29, 2004 Many of my items have quotation marks and commas. For example one of my descriptors is [Connector, 3/4
The Shadow Posted November 30, 2004 Posted November 30, 2004 You can script this find, and insert the value as a calculation: "==" & Quote(yourField) and it will find it. The Quote() escapes the double-quote for you, and adds quotes around your string. == will find only fields that match fully, leave it off and you'll get results that start like that also.
Recommended Posts
This topic is 7297 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