Newbies smuscat Posted April 16, 2003 Newbies Share Posted April 16, 2003 I would like to create a checkbox for various categories. Eg. category a, category b, category c, category d etc. Now, the user can choose more than one category at the same time and I will need to issue a report as follows. All records containing category a or all records containing category d. I am very new to Filemaker and need to learn how to create a checkbox.Thank you. Link to comment Share on other sites More sharing options...
danjacoby Posted April 16, 2003 Share Posted April 16, 2003 Go into layout mode, click on the field and choose Format:Field. One caveat: when creating the value list, make sure that no value is a part of another value -- for instance, don't have "Director" and "Managing Director", because whenever you search for "Director", anyone listed only as "Managing Director" will also show up. Link to comment Share on other sites More sharing options...
cjaeger Posted April 17, 2003 Share Posted April 17, 2003 better use a related file with category_id and category_name + a value list with "category_id" + also show "caegory_name". then search for category_id. the checkbox looks like this: [X] 01 Managing Director [ ] 02 Director ... or: use a global fied + a relation + a go to related record instead of a find ... Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7840 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