bonngo Posted July 3, 2007 Posted July 3, 2007 I have a multi-relationship set up between two tables. The last piece of this relationship is to allow the user to type in "keywords" into a global field that is related to a text field in the other table. Of course setting the relationship to "=" results in no match. I guess what I am looking for would be equivalent to a "contains" sort of relationship. Any assistance would be greatly appreciated.
mr_vodka Posted July 3, 2007 Posted July 3, 2007 If in your child table you can create a Stored calc that is a Substitute (textfield; " "; "¶") and in your parent side a calc that does the same Substitute (gSearch; " "; "¶") Then if you type in: 'blue green', it will return all the records in the child that have either the word blue or green in the textfield.
bcooney Posted July 3, 2007 Posted July 3, 2007 Oh, I read that post too quickly, and didn't realize that your were trying to filter on more than one word. Thanks for catching that one, Mr. V.
bonngo Posted July 10, 2007 Author Posted July 10, 2007 Mr. V I am trying to think of a way this could be a boolean search. Without having to go into find mode. The application I am building will be IWP and the toolbar is hidden so the user does not have the search options readily available. I did what you suggested and it worked great.
mr_vodka Posted July 10, 2007 Posted July 10, 2007 You should be able to just use go to related record without going into find mode.
Recommended Posts
This topic is 6345 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