Newbies krussell Posted July 31, 2001 Newbies Posted July 31, 2001 I want to find "North West" in a checkbox field. That field also contains the checkboxes: North East, South East, South West. When I check North West in Find Mode, FMP pulls up all records North West entries and all with South West entries. To avoid this in a standard field, I would put quotations around my find request. Since, however, I am using checkboxes, I can't do this. Does anyone know of anyway to do this find properly using the checkboxes and avoiding the option of omitting the South West entries?
Kurt Knippel Posted July 31, 2001 Posted July 31, 2001 Your find need to include the == characters which specify an EXACT match.
Newbies krussell Posted August 2, 2001 Author Newbies Posted August 2, 2001 I can't enter == for an exact match while using checkboxes. Is there any other way?
Kurt Knippel Posted August 3, 2001 Posted August 3, 2001 quote: Originally posted by Kristine: I can't enter == for an exact match while using checkboxes. Is there any other way? 1. Do not use a checkbox for your find. 2. Control your find via a script. Enter Find Mode, goto a layout with the field formatted with checkboxes, Pause Script. This will allow the user to enter thier find criteria. Resume script via a button, Set Field "==" & CheckBoxField, then Perform Find. Since a field is simply formattted for display as a checkbox, but is still a basic text field you can do this while under script control, although there is no way to do this through the normal interface for finds.
Recommended Posts
This topic is 8515 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