mlindal Posted April 1, 2004 Posted April 1, 2004 I have a search form that needs to search two databases. So right now using cdml I have hidden field -db=publications Search fields title, author, etc. However in a related database I need to do a search on language of the pub so database=pub_language and the field is language How can I point to this database in the same form using cdml? FileMaker Version: 6 Platform: Mac OS X Panther
Garry Claridge Posted April 1, 2004 Posted April 1, 2004 Use [FMP-InlineAction] tags in the Format file to search the second database. You can use Tokens to pass any search criteria. All the best. Garry
mlindal Posted April 2, 2004 Author Posted April 2, 2004 We are modifying things and very close to getting what we want. However using a pop-up selection I can not get the search to do what we want. For example: A publication is either a) English, : French or c) English/French When the option for English publications is selected, we want to show all the a) English publications and c) English/French publications. Currently here is the code: <select name="LV PLID_Sort::PubLanguage_E" size="1"> <option></option> <option value="English">English / Anglais</option> <option value="French">French / Francais</option> <option value="Other">Other / Autre</option> </select> -->
Recommended Posts
This topic is 7610 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