jasongodoy Posted November 10, 2006 Posted November 10, 2006 Hi everyone, in my solution I have this scenario: My main detail layout has 3 different "Reference Fields" (these fields hold reference numbers for clients etc). I would like to have a find screen that lets the user enter a search term once, and when the user presses the Find button (my own creation, not the FM status bar button), have a script search each record in all 3 Reference fields for the search term they entered. The problem I've encountered so far is that you can't set all 3 Reference Fields to the search term at the same time because not every record has the search criteria in all 3 Reference fields. If extend found set is the answer, how would I perform the same search if I introduced another search field (Project Number). So, at the Find screen, the user can enter a project number and a reference number field. How would a script find records based on the Project Number and be able to search all Reference Number fields and return results? Phew..... I hope my description wasn't too confusing. Somebody pleeeeease help! Thanks in advance. Jason
mr_vodka Posted November 10, 2006 Posted November 10, 2006 Jason, have a global field as the input field then either you can use extend found set or do it cimilar to the technique as in this post. Multiple find criteria
jasongodoy Posted November 13, 2006 Author Posted November 13, 2006 Thanks mr_vodka! Worked like a charm. Your help is greatly appreciated! Jason
Recommended Posts
This topic is 6642 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